mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:33:16 +00: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:
parent
ce0110195b
commit
e1974d21dc
7 changed files with 284 additions and 114 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue