Commit 0531079
committed
Make visible window on all workspaces
In OS X, gitify is now bound to specific work space where gitify firstly
started. When I click the menu icon in other workspace, the window will
be opened in the bound work space and current workspace is forced to be
changed.
I used `BrowserWindow.setVisibleOnAllWorkspaces()` API to solve this
issue.
https://github.com/atom/electron/blob/master/docs/api/browser-window.md#browserwindowsetvisibleonallworkspacesvisible
I think all menu bar application should set this option to true.1 parent b444e11 commit 0531079
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments