mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +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;
|
loadScreenRingSurface = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!isPrefsLoaded)
|
||||||
|
{
|
||||||
|
WriteOutPrefs();
|
||||||
|
}
|
||||||
|
|
||||||
OpenMainWindow();
|
OpenMainWindow();
|
||||||
|
|
||||||
if (isDoColorFade)
|
if (isDoColorFade)
|
||||||
|
|||||||
Reference in New Issue
Block a user