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
Fix macOS window not appearing when switching between Spaces
When the tray window is visible and the user switches to a different
Space (desktop), clicking the tray icon now brings the window to the
current Space instead of hiding it. This is achieved by checking if
the window has focus before toggling visibility - if unfocused (likely
on another Space), the window is brought to front on the active Space.
0 commit comments