From b11ff6fdd4f856d02f7e0f5264ba19624db95b55 Mon Sep 17 00:00:00 2001 From: elasota Date: Sun, 1 Nov 2020 21:45:37 -0500 Subject: [PATCH] Save prefs after first run so first-time setup screen looks different --- GpApp/Main.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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)