fix comp
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
c711444259
commit
9fa19f7ecc
1 changed files with 1 additions and 1 deletions
|
@ -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)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue