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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix update block when running in system tray (macOS): Resolved an issue where clicking the Install Now button failed to update the app. Previously, when the app was configured to run in the menu bar, the window close event was intercepted and prevented from closing (hiding it instead), which aborted the update process. The update flow now correctly signals that the app is quitting.