From b96bf7485aee035cc1c1bb3359e0767d9ee236cd Mon Sep 17 00:00:00 2001 From: GittyMac Date: Sat, 23 Apr 2022 00:55:13 -0400 Subject: [PATCH] Set online bool with config --- OpenFK/Form1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenFK/Form1.cs b/OpenFK/Form1.cs index 056c821..96a7fe3 100644 --- a/OpenFK/Form1.cs +++ b/OpenFK/Form1.cs @@ -101,7 +101,7 @@ namespace OpenFK } //End of RP Initialize - DebugOnline = false; + DebugOnline = Properties.Settings.Default.IsOnline; //Flash initialization AS2Container.Quality = Settings.Default.Quality;