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
+1 -1
View File
@@ -9306,7 +9306,7 @@ void StartMenu_LoadSettings(BOOL bRestartIfChanged)
dwStartShowClassicMode = dwVal;
dwSize = sizeof(DWORD);
dwVal = 0;
dwVal = 1;
RegQueryValueExW(
hKey,
TEXT("TaskbarAl"),