orchetect / MacControlCenterUI

SwiftUI menu builder DSL & controls that mimic macOS Control Center.
MIT License
94 stars 5 forks source link

`MenuBarExtra` replacement for pre-Ventura platforms #5

Open orchetect opened 1 year ago

orchetect commented 1 year ago

MenuBarExtra is only available on macOS 13.0 Ventura and later.

Build a suitable replacement using NSStatusItem and NSPopover for older versions of macOS.