make SaveConfig more versatile, save settings on exit actually works now lol

This commit is contained in:
freedom
2023-08-01 00:42:04 -06:00
parent 14392d277d
commit f21116317e
4 changed files with 38 additions and 29 deletions

View File

@@ -44,4 +44,4 @@ extern RECT rcMainWindow;
BOOL InitializeRegistryKeys(VOID);
BOOL IsProgMgrDefaultShell(VOID);
BOOL LoadConfig(VOID);
BOOL SaveConfig(VOID);
BOOL SaveConfig(BOOL bPos, BOOL bSettings, BOOL bGroups);