mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 01:36:11 +08:00
[RAPPS] settings read/write refactor (#3101)
* [RAPPS] move settings-related stuff to a separate file * [RAPPS] refactor reg read/write * [RAPPS] add params for Load/SaveSettings, no longer use global vars
This commit is contained in:
@@ -316,7 +316,7 @@ BOOL CMainWindow::ProcessWindowMessage(HWND hwnd, UINT Msg, WPARAM wParam, LPARA
|
||||
case WM_DESTROY:
|
||||
{
|
||||
ShowWindow(SW_HIDE);
|
||||
SaveSettings(hwnd);
|
||||
SaveSettings(hwnd, &SettingsInfo);
|
||||
|
||||
FreeLogs();
|
||||
m_AvailableApps.FreeCachedEntries();
|
||||
|
||||
Reference in New Issue
Block a user