v0.1.10 — Menu bar dismissal fix v2
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.