Skip to content

Commit ae6d65d

Browse files
committed
Disabled devtools by default
1 parent 86dd9d6 commit ae6d65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function createWindow () {
3636
}))
3737

3838
// Open the DevTools.
39-
win.webContents.openDevTools()
39+
// win.webContents.openDevTools()
4040

4141
// Emitted when the window is closed.
4242
win.on('closed', () => {

0 commit comments

Comments
 (0)