We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab70e4 commit 01fa5daCopy full SHA for 01fa5da
1 file changed
electron.js
@@ -112,6 +112,10 @@ app.on('ready', () => {
112
label: 'About ' + app.getName(),
113
click: () => createAboutWindow(),
114
},
115
+ {
116
+ label: 'Open Debugger',
117
+ click: () => BrowserWindow.getFocusedWindow().webContents.openDevTools(),
118
+ },
119
{type: 'separator'},
120
{role: 'services', submenu: []},
121
0 commit comments