Skip to content

Commit 9a490c2

Browse files
committed
Removed accelerator shortcuts from Menu items for Reload and Dev Tools.
Signed-off-by: ubi de feo <[email protected]>
1 parent ed7f839 commit 9a490c2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

backend/menu.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ module.exports = function registerMenu(win) {
1010
submenu: [
1111
{ role: 'about'},
1212
{ type: 'separator' },
13-
{ role: 'services' },
1413
{ type: 'separator' },
1514
{ role: 'hide' },
1615
{ role: 'hideOthers' },
@@ -54,8 +53,8 @@ module.exports = function registerMenu(win) {
5453
{
5554
label: 'View',
5655
submenu: [
57-
{ role: 'reload' },
58-
{ role: 'toggleDevTools' },
56+
{ role: 'reload', accelerator: '' },
57+
{ role: 'toggleDevTools', accelerator: ''},
5958
{ type: 'separator' },
6059
{ role: 'resetZoom' },
6160
{ role: 'zoomIn' },

0 commit comments

Comments
 (0)