Skip to content

Commit db62bee

Browse files
Merge pull request #82 from rhysd/set-visible-on-all-workspaces
Make visible menu window on all workspaces
2 parents b444e11 + 0531079 commit db62bee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ app.on('ready', function(){
4242
appIcon.window = new BrowserWindow(defaults);
4343
appIcon.window.loadUrl('file://' + __dirname + '/index.html');
4444
appIcon.window.on('blur', hideWindow);
45+
appIcon.window.setVisibleOnAllWorkspaces(true);
4546

4647
initMenu();
4748
}

0 commit comments

Comments
 (0)