better format
This commit is contained in:
@@ -2797,7 +2797,7 @@ void GMainWindow::UpdateWindowTitle(const std::string& title_name,
|
||||
const auto description = std::string(Common::g_scm_desc);
|
||||
const auto build_id = std::string(Common::g_build_id);
|
||||
|
||||
const auto yuzu_title = fmt::format("yuzu | {}-{}{}", branch_name, description, " .");
|
||||
const auto yuzu_title = fmt::format("yuzu | {}-{} .", branch_name, description);
|
||||
const auto override_title = fmt::format(std::string(Common::g_title_bar_format_idle), build_id);
|
||||
const auto window_title = override_title.empty() ? yuzu_title : override_title;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user