Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
make default F11 shortcut working (the local one)
Browse files Browse the repository at this point in the history
  • Loading branch information
krydos committed Apr 9, 2019
1 parent 3bdb7e0 commit 76fd860
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ function createWindow () {
win['currentWindowState'] = 'shown';

createTray(win);
win.setMenu(null);
shortcutsInstance = new shortcuts(win, app);
shortcutsInstance.registerAllShortcuts();

Expand Down

0 comments on commit 76fd860

Please sign in to comment.