Start10: Fixed a bug that prevented centering on Windows 10
This commit is contained in:
@@ -11041,7 +11041,8 @@ void StartMenu_LoadSettings(BOOL bRestartIfChanged)
|
||||
if (hKey)
|
||||
{
|
||||
dwSize = sizeof(DWORD);
|
||||
dwVal = 0;
|
||||
if (IsWindows11()) dwVal = 0;
|
||||
else dwVal = 1;
|
||||
RegQueryValueExW(
|
||||
hKey,
|
||||
TEXT("Start_ShowClassicMode"),
|
||||
|
||||
Reference in New Issue
Block a user