From 81d6403073adb17acef7b95b1d20923614929efe Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Sun, 6 Mar 2022 00:04:57 +0200 Subject: [PATCH] StartUI: Correctly default to centered Start menu --- ExplorerPatcher/dllmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExplorerPatcher/dllmain.c b/ExplorerPatcher/dllmain.c index bee7b68..812a990 100644 --- a/ExplorerPatcher/dllmain.c +++ b/ExplorerPatcher/dllmain.c @@ -9306,7 +9306,7 @@ void StartMenu_LoadSettings(BOOL bRestartIfChanged) dwStartShowClassicMode = dwVal; dwSize = sizeof(DWORD); - dwVal = 0; + dwVal = 1; RegQueryValueExW( hKey, TEXT("TaskbarAl"),