1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-01-19 01:04:08 +01:00

StartUI: Correctly default to centered Start menu

This commit is contained in:
Valentin Radu 2022-03-06 00:04:57 +02:00
parent 67a6fc00aa
commit 81d6403073

View File

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