Skip to content

Commit

Permalink
Taskbar10: Fix start menu position when the taskbar is at the left or…
Browse files Browse the repository at this point in the history
… right side on Moment 4 builds
  • Loading branch information
Amrsatrio committed Oct 16, 2023
1 parent 7e2f768 commit a57471f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ExplorerPatcher/dllmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -9693,6 +9693,15 @@ int RtlQueryFeatureConfigurationHook(UINT32 featureId, int sectionType, INT64* c
break;
}
#endif
case 44656322: // ID44656322
{
if (bOldTaskbar)
{
// Fixes start menu positioning when the taskbar is at the left or right side
buffer->enabledState = FEATURE_ENABLED_STATE_DISABLED;
}
break;
}
}
return rv;
}
Expand Down

0 comments on commit a57471f

Please sign in to comment.