mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-27 17:00:59 +01:00
Start10: Fixed a bug that prevented centering on Windows 10
This commit is contained in:
parent
53ff541d78
commit
275a91f0d9
@ -11041,7 +11041,8 @@ void StartMenu_LoadSettings(BOOL bRestartIfChanged)
|
|||||||
if (hKey)
|
if (hKey)
|
||||||
{
|
{
|
||||||
dwSize = sizeof(DWORD);
|
dwSize = sizeof(DWORD);
|
||||||
dwVal = 0;
|
if (IsWindows11()) dwVal = 0;
|
||||||
|
else dwVal = 1;
|
||||||
RegQueryValueExW(
|
RegQueryValueExW(
|
||||||
hKey,
|
hKey,
|
||||||
TEXT("Start_ShowClassicMode"),
|
TEXT("Start_ShowClassicMode"),
|
||||||
|
Loading…
Reference in New Issue
Block a user