mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Save prefs after first run so first-time setup screen looks different
This commit is contained in:
@@ -689,6 +689,11 @@ int gpAppMain()
|
||||
loadScreenRingSurface = nullptr;
|
||||
}
|
||||
|
||||
if (!isPrefsLoaded)
|
||||
{
|
||||
WriteOutPrefs();
|
||||
}
|
||||
|
||||
OpenMainWindow();
|
||||
|
||||
if (isDoColorFade)
|
||||
|
Reference in New Issue
Block a user