|
|
|
@ -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)), |
|
|
|
|