diff --git a/GpApp/Main.cpp b/GpApp/Main.cpp index caa6085..be90386 100644 --- a/GpApp/Main.cpp +++ b/GpApp/Main.cpp @@ -689,6 +689,11 @@ int gpAppMain() loadScreenRingSurface = nullptr; } + if (!isPrefsLoaded) + { + WriteOutPrefs(); + } + OpenMainWindow(); if (isDoColorFade)