From 76fd8604ec91ed0c238ff50af860cd00f4298ba4 Mon Sep 17 00:00:00 2001 From: Ruslan Bekenev Date: Tue, 9 Apr 2019 11:06:04 -0700 Subject: [PATCH] make default F11 shortcut working (the local one) --- src/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.js b/src/main.js index 937dff5..788a932 100644 --- a/src/main.js +++ b/src/main.js @@ -115,7 +115,6 @@ function createWindow () { win['currentWindowState'] = 'shown'; createTray(win); - win.setMenu(null); shortcutsInstance = new shortcuts(win, app); shortcutsInstance.registerAllShortcuts();