Skip to content

Commit fb4110c

Browse files
authored
Merge pull request #14 from Chassis/debugging
Improve debugging tools
2 parents 9ab70e4 + 01fa5da commit fb4110c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

electron.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ app.on('ready', () => {
112112
label: 'About ' + app.getName(),
113113
click: () => createAboutWindow(),
114114
},
115+
{
116+
label: 'Open Debugger',
117+
click: () => BrowserWindow.getFocusedWindow().webContents.openDevTools(),
118+
},
115119
{type: 'separator'},
116120
{role: 'services', submenu: []},
117121
{type: 'separator'},

0 commit comments

Comments
 (0)