Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix changing workspaces on OSX
Fixes #17
  • Loading branch information
SimeonC committed Jul 2, 2018
commit f9a0b721c3fadbb18847f44045e47ce02dda17be
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,9 @@ gtt.toggleTrayWindow = bounds => {
return trayWindow.hide();
}

trayWindow.setVisibleOnAllWorkspaces(true);
trayWindow.show();
trayWindow.setVisibleOnAllWorkspaces(false);
};

/**
Expand Down