Skip to content

Commit c987c0c

Browse files
authored
Merge pull request kriskbx#18 from SimeonC/fix-OSX-spaces
Fix changing workspaces on OSX
2 parents 93ddcd9 + f9a0b72 commit c987c0c

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)