mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2025-02-17 11:08:41 +01:00
Start10: Made SyncSettingsFromRegToCDS()
to only run when the old start menu is enabled
This commit is contained in:
parent
e28940d6a1
commit
148e398b8c
@ -12337,7 +12337,7 @@ int Start_SetWindowRgn(HWND hWnd, HRGN hRgn, BOOL bRedraw)
|
|||||||
SetWindowPos(hWnd, NULL, mi.rcWork.left, mi.rcWork.top, 0, 0, SWP_NOSIZE | SWP_FRAMECHANGED | SWP_ASYNCWINDOWPOS);
|
SetWindowPos(hWnd, NULL, mi.rcWork.left, mi.rcWork.top, 0, 0, SWP_NOSIZE | SWP_FRAMECHANGED | SWP_ASYNCWINDOWPOS);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (bIsWindowVisible && IsWindows11Version22H2Build2134OrHigher())
|
if (bIsWindowVisible && dwStartShowClassicMode && IsWindows11Version22H2Build2134OrHigher())
|
||||||
{
|
{
|
||||||
extern void NeedsRo_SyncSettingsFromRegToCDS();
|
extern void NeedsRo_SyncSettingsFromRegToCDS();
|
||||||
NeedsRo_SyncSettingsFromRegToCDS();
|
NeedsRo_SyncSettingsFromRegToCDS();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user