Skip to content

Commit

Permalink
debug option
Browse files Browse the repository at this point in the history
  • Loading branch information
opengs committed Apr 17, 2022
1 parent c9003ac commit a779a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-electron/electron-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function createWindow () {
// if on DEV or Production with debug enabled
mainWindow.webContents.openDevTools()
// close window on reload
// isQuite = true
isQuite = true
} else {
// we're on production; no access to devtools pls
mainWindow.webContents.on('devtools-opened', () => {
Expand Down

0 comments on commit a779a54

Please sign in to comment.