Browse Source

StartUI: Correctly default to centered Start menu

pull/1012/head
Valentin Radu 4 years ago
parent
commit
81d6403073
  1. 2
      ExplorerPatcher/dllmain.c

2
ExplorerPatcher/dllmain.c

@ -9306,7 +9306,7 @@ void StartMenu_LoadSettings(BOOL bRestartIfChanged) @@ -9306,7 +9306,7 @@ void StartMenu_LoadSettings(BOOL bRestartIfChanged)
dwStartShowClassicMode = dwVal;
dwSize = sizeof(DWORD);
dwVal = 0;
dwVal = 1;
RegQueryValueExW(
hKey,
TEXT("TaskbarAl"),

Loading…
Cancel
Save