Save prefs after first run so first-time setup screen looks different

This commit is contained in:
elasota
2020-11-01 21:45:37 -05:00
parent 475b8d21fb
commit b11ff6fdd4

View File

@@ -689,6 +689,11 @@ int gpAppMain()
loadScreenRingSurface = nullptr;
}
if (!isPrefsLoaded)
{
WriteOutPrefs();
}
OpenMainWindow();
if (isDoColorFade)