Skip to content

Commit

Permalink
disable debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Gkiokan committed May 22, 2024
1 parent d658c59 commit 08c32c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function createMainWindow() {
window.hide()
})
window.on('closed', () => { windows.main = null })
window.webContents.openDevTools()
// window.webContents.openDevTools()

// handle download child windows and autoclose
helper.autocloseAfterDownload(window)
Expand Down

0 comments on commit 08c32c0

Please sign in to comment.