From 1a207e0eb8a8b3d8b01564e045dc85140bd436f0 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Wed, 9 Mar 2022 03:14:25 +0200 Subject: [PATCH] StartUI: Default to left alignment on Windows 10 --- ExplorerPatcher/dllmain.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ExplorerPatcher/dllmain.c b/ExplorerPatcher/dllmain.c index 8e87f9d..e855c95 100644 --- a/ExplorerPatcher/dllmain.c +++ b/ExplorerPatcher/dllmain.c @@ -10300,6 +10300,8 @@ void InjectStartMenu() HANDLE hStartDocked = NULL; HANDLE hStartUI = NULL; + if (!IsWindows11()) dwTaskbarAl = 0; + StartMenu_LoadSettings(FALSE); if (dwStartShowClassicMode || !IsWindows11())