mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 20:54:28 +08:00
[EXPLORER] -Rewrite taskbar settings routines and dialog
- Rewrite the taskbar settings and start menu settings property sheets. - All settings in the taskbar settings property sheet can be loaded and saved properly except for the quick launch one which will be implemented later. - Implement toggling lock, autohide and always on top. The rest will be implemented later.
This commit is contained in:
committed by
Giannis Adamopoulos
parent
cc578af6df
commit
2ed535da8a
@@ -127,7 +127,8 @@ StartWithDesktop(IN HINSTANCE hInstance)
|
||||
hExplorerInstance = hInstance;
|
||||
hProcessHeap = GetProcessHeap();
|
||||
|
||||
LoadTaskBarSettings();
|
||||
g_TaskbarSettings.Load();
|
||||
|
||||
InitCommonControls();
|
||||
OleInitialize(NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user