Start10: Fixed a bug in Windows 10 where the Start menu was centered by default

This commit is contained in:
Valentin Radu
2022-05-27 21:55:03 +03:00
parent a713d3964e
commit 434cdbdd46
+2 -1
View File
@@ -10594,7 +10594,8 @@ void StartMenu_LoadSettings(BOOL bRestartIfChanged)
dwStartShowClassicMode = dwVal;
dwSize = sizeof(DWORD);
dwVal = 1;
if (IsWindows11()) dwVal = 1;
else dwVal = 0;
RegQueryValueExW(
hKey,
TEXT("TaskbarAl"),