Skip to content

v0.3.13 — Fix Dock icon fix (for real this time)

Choose a tag to compare

@inequitas inequitas released this 17 Jul 13:06

v0.3.13 — Fix Dock icon fix (for real this time)

  • Dock icon fix, root cause — v0.3.12 fixed a stale-snapshot bug but the underlying "is another window still open" check was itself broken: NSStatusBarWindow (the menu bar icon's backing window) reports isVisible == true permanently, so the check always thought another window was open and never restored the accessory activation policy. It now only counts other real, titled app windows via a new NSApp.hasOtherVisibleTitledWindow(besides:) helper, ignoring status-bar/popover plumbing windows.