Browse Source

Start11: Better enforcement for disabling the "Recommended" section

pull/1648/head
Valentin Radu 3 years ago
parent
commit
27a8fd9a6b
  1. 2
      ExplorerPatcher/dllmain.c

2
ExplorerPatcher/dllmain.c

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

Loading…
Cancel
Save