We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b37124 commit 70c42b3Copy full SHA for 70c42b3
1 file changed
libs/s25main/Settings.cpp
@@ -252,6 +252,7 @@ void Settings::Load()
252
video.displayMode = DisplayMode(displayMode);
253
else
254
{
255
+ // Compatibility with prior settings format
256
video.displayMode =
257
iniVideo->getValue("fullscreen", false) ? DisplayMode::Fullscreen : DisplayMode::Windowed;
258
}
0 commit comments