Skip to content

Commit f9a0b72

Browse files
committed
Fix changing workspaces on OSX
Fixes kriskbx#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)