save groups

This commit is contained in:
freedom
2023-10-13 12:24:05 -06:00
parent 475d868825
commit 97784e31ae
5 changed files with 83 additions and 49 deletions

View File

@@ -63,7 +63,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
case WM_CLOSE:
if (bSaveSettings)
SaveConfig(TRUE, TRUE, TRUE);
SaveConfig(TRUE, TRUE, TRUE, TRUE);
if (bIsDefaultShell && (GetShellWindow() != NULL))
SetShellWindow(0);
@@ -143,7 +143,7 @@ LRESULT CALLBACK CmdProc(HWND hWnd, WPARAM wParam, LPARAM lParam)
case IDM_OPTIONS_SAVENOW:
SaveConfig:
SaveConfig(TRUE, TRUE, TRUE);
SaveConfig(TRUE, TRUE, TRUE, FALSE);
break;
case IDM_WINDOW_CASCADE: