From 27a8fd9a6b3d5b21e899f03bd303598a76540712 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Sun, 19 Mar 2023 05:27:36 +0200 Subject: [PATCH] Start11: Better enforcement for disabling the "Recommended" section --- ExplorerPatcher/dllmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExplorerPatcher/dllmain.c b/ExplorerPatcher/dllmain.c index 910e7cb..5b85cd6 100644 --- a/ExplorerPatcher/dllmain.c +++ b/ExplorerPatcher/dllmain.c @@ -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) {