You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.