1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-02-04 05:15:30 +01:00

Start11: Better enforcement for disabling the "Recommended" section

This commit is contained in:
Valentin Radu 2023-03-19 05:27:36 +02:00
parent 0de81fdc68
commit 27a8fd9a6b

View File

@ -11446,7 +11446,7 @@ int Start_SetWindowRgn(HWND hWnd, HRGN hRgn, BOOL bRedraw)
else
{
LVT_StartDocked_DisableRecommendedSection(hWnd, StartDocked_DisableRecommendedSection, &rc);
StartDocked_DisableRecommendedSectionApply = FALSE;
//StartDocked_DisableRecommendedSectionApply = FALSE;
}
if (hWndTaskbar)
{