diff --git a/AB+ Log Viewer/Config.cs b/AB+ Log Viewer/Config.cs index 5761d35..1a30f4e 100644 --- a/AB+ Log Viewer/Config.cs +++ b/AB+ Log Viewer/Config.cs @@ -21,6 +21,7 @@ public static void Load() { if (!File.Exists("config.json")) { + Inst = new Config(); Save(); }