You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.0.2: first-run window on primary screen + clean click feedback
- FirstRunWindow now centers on NSScreen.screens.first (primary
display with the menu bar) instead of NSWindow.center(), which
would land it on whichever screen has the key window — wrong on
multi-monitor setups with a fullscreen secondary display.
- ControlItem fires its action on leftMouseDown rather than
leftMouseUp, so the wide push state ends before macOS draws the
menu bar click highlight. Eliminates the translucent rectangle
that was visible during click toggles.
0 commit comments