StartUI: Correctly default to centered Start menu
This commit is contained in:
@@ -9306,7 +9306,7 @@ void StartMenu_LoadSettings(BOOL bRestartIfChanged)
|
||||
dwStartShowClassicMode = dwVal;
|
||||
|
||||
dwSize = sizeof(DWORD);
|
||||
dwVal = 0;
|
||||
dwVal = 1;
|
||||
RegQueryValueExW(
|
||||
hKey,
|
||||
TEXT("TaskbarAl"),
|
||||
|
||||
Reference in New Issue
Block a user