Add developer setting "Show on screen messages". Uncheck to hide them.

Fixes #13682.

Might move to system settings or something next release, don't want to
cause a mess in translations.
This commit is contained in:
Henrik Rydgård
2020-11-22 19:08:14 +01:00
parent ecb1c46574
commit 1640a39de8
5 changed files with 10 additions and 3 deletions
+1
View File
@@ -461,6 +461,7 @@ static ConfigSetting generalSettings[] = {
ConfigSetting("EnableStateUndo", &g_Config.bEnableStateUndo, &DefaultEnableStateUndo, true, true),
ConfigSetting("RewindFlipFrequency", &g_Config.iRewindFlipFrequency, 0, true, true),
ConfigSetting("ShowOnScreenMessage", &g_Config.bShowOnScreenMessages, true, true, false),
ConfigSetting("ShowRegionOnGameIcon", &g_Config.bShowRegionOnGameIcon, false),
ConfigSetting("ShowIDOnGameIcon", &g_Config.bShowIDOnGameIcon, false),
ConfigSetting("GameGridScale", &g_Config.fGameGridScale, 1.0),