Skip to content

Commit

Permalink
adding debug to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
willwade committed Mar 17, 2020
1 parent 6c76765 commit a55186e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ function createWindow () {
shell.openExternal('https://github.com/AceCentre/GridWiz/issues')
}
},
{label:'Debug',
click: () => {
mainWindow.webContents.openDevTools();
}
},
{
label:'Donate to Ace Centre',
click: () => {
Expand Down

0 comments on commit a55186e

Please sign in to comment.