From 0b10c0cc7551328732bbf791bb5bcce7ed359065 Mon Sep 17 00:00:00 2001 From: crueter Date: Wed, 17 Sep 2025 14:06:52 -0400 Subject: [PATCH] fix comp Signed-off-by: crueter --- src/yuzu/about_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yuzu/about_dialog.cpp b/src/yuzu/about_dialog.cpp index f445ecb75b..b7c0cd58d5 100644 --- a/src/yuzu/about_dialog.cpp +++ b/src/yuzu/about_dialog.cpp @@ -18,7 +18,7 @@ AboutDialog::AboutDialog(QWidget* parent) static const std::string build_id = std::string{Common::g_build_id}; static const std::string compiler = std::string{Common::g_compiler_id}; - static const std::string yuzu_title = fmt::format("Eden | {} | {}", description, compiler); + static const std::string yuzu_build = fmt::format("Eden | {} | {}", description, compiler); const auto override_build = fmt::format(fmt::runtime( std::string(Common::g_title_bar_format_idle)),