Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit f9a0b72

Browse files
committed
Fix changing workspaces on OSX
Fixes #17
1 parent 93ddcd9 commit f9a0b72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,9 @@ gtt.toggleTrayWindow = bounds => {
253253
return trayWindow.hide();
254254
}
255255

256+
trayWindow.setVisibleOnAllWorkspaces(true);
256257
trayWindow.show();
258+
trayWindow.setVisibleOnAllWorkspaces(false);
257259
};
258260

259261
/**

0 commit comments

Comments
 (0)