[fix] fix incorrect new version notification display issue

This commit is contained in:
dijunkun
2026-05-07 15:45:21 +08:00
parent 98b7c6c966
commit a3aedcb624
2 changed files with 2 additions and 2 deletions
@@ -92,7 +92,7 @@ int Render::UpdateNotificationWindow() {
ImGui::SetWindowFontScale(0.55f);
std::string title =
localization::new_version_available[localization_language_index_] +
": v" + latest_version_;
": " + latest_version_;
ImGui::Text("%s", title.c_str());
ImGui::SetWindowFontScale(0.1f);