Skip to content

Commit a7a98ad

Browse files
Fixes #46 to create config file on initial load
1 parent 1cb66bb commit a7a98ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

FreshTools/code/FreshTools.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ public void LoadConfig()
146146
bool miscHotKeysEnabled = WindowManager.MiscHotKeysEnabled_Default;
147147
WindowManager.MiscHotKeysEnabled = vars.GetVariable("MiscWindowHotKeysEnabled", ref miscHotKeysEnabled, true).Boolean;
148148
WindowManager.LoadSnapSizes(settingsFile);
149+
SaveConfig();
149150

150151
Log.I("Finisihed loading config");
151152
}

0 commit comments

Comments
 (0)