Not showing dev tools by default.

This commit is contained in:
2022-04-19 00:10:27 -04:00
parent 1860f9c09e
commit 26b48c4fc1

View File

@@ -66,7 +66,7 @@ function createWindow () {
win.loadFile('app/index.html');
// Open the DevTools.
win.webContents.openDevTools();
// win.webContents.openDevTools();
// Emitted when the window is closed.
win.on('closed', () => {