Set the CRC banner on the game screen to fit contents, instead of the screen.

Also make sure it's not visible when it shouldn't be
This commit is contained in:
Henrik Rydgård
2026-02-24 14:42:42 +01:00
parent 853810b59f
commit f13d339ed3
2 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -833,7 +833,7 @@ std::string GetConfirmExitMessage() {
return confirmMessage;
}
auto di = GetI18NCategory(I18NCat::DIALOG);
confirmMessage = ApplySafeSubstitutions(di->T("You haven't saved your progress for %1."), NiceTimeFormat((int)unsavedSeconds));
confirmMessage += ApplySafeSubstitutions(di->T("You haven't saved your progress for %1."), NiceTimeFormat((int)unsavedSeconds));
confirmMessage += '\n';
}