Reading List

Showing Settings From macOS Menu Bar Items from Michael Tsai RSS feed.

Showing Settings From macOS Menu Bar Items

Peter Steinberger (Mastodon): SwiftUI provides SettingsLink for opening settings[…] Simple, right? Except it doesn’t work reliably in MenuBarExtra. The documentation doesn’t mention this limitation.[…]The root issue is that NSApplication treats menu bar apps as background utilities, not foreground applications. This affects how windows are ordered and receive events.[…]Apple provides an openSettings environment action for programmatic […]