We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3cf28 commit aba85f6Copy full SHA for aba85f6
Src/StartMenu/StartMenuDLL/StartMenuDLL.cpp
@@ -1344,7 +1344,7 @@ static void UpdateStartButtonPosition(const TaskbarInfo* taskBar, const WINDOWPO
1344
1345
// Start button on Win11 is a bit shifted to the right
1346
// We will shift our Aero button to cover original button
1347
- if (IsWin11() && (x == info.rcMonitor.left) && (GetStartButtonType() == START_BUTTON_AERO))
+ if (IsWin11() && (x == info.rcMonitor.left) && (GetStartButtonType() == START_BUTTON_AERO) && !g_epTaskbar)
1348
x += ScaleForDpi(taskBar->taskBar, 6);
1349
}
1350
0 commit comments