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
Fix macOS context menu always appearing in dark mode
- Add systemAppearance() helper to read system-wide theme from UserDefaults
- Set NSMenu.appearance to match system theme instead of menu bar appearance
- Update menu appearance when theme changes in MenuBarAppearanceObserver
- Pass statusItem to nativeMenu() for consistency (future-proofing)
The context menu now follows the global system theme (light/dark),
independent of the menu bar appearance setting.
Fixes issue where tray context menu remained in dark mode when system
was in light mode.
0 commit comments