Skip to content

v0.1.10 — Menu bar dismissal fix v2

Choose a tag to compare

@asharahmed asharahmed released this 26 May 01:08

v0.1.9 attempted to dismiss the menu bar dropdown when buttons triggered other windows, but the keyWindow approach didn't actually match the panel. This release hunts the panel by its style mask (NSPanel + .nonactivatingPanel), which is stable across SwiftUI versions and reliably matches the MenuBarExtra dropdown.