Skip to content

Commit 3f2085b

Browse files
committed
Merge branch 'master' of github.com:kriskbx/gitlab-time-tracker-taskbar
2 parents ef6f6b2 + c987c0c commit 3f2085b

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
@@ -262,7 +262,9 @@ gtt.toggleTrayWindow = bounds => {
262262
return trayWindow.hide();
263263
}
264264

265+
trayWindow.setVisibleOnAllWorkspaces(true);
265266
trayWindow.show();
267+
trayWindow.setVisibleOnAllWorkspaces(false);
266268
};
267269

268270
/**

0 commit comments

Comments
 (0)