Dont show dev tools

This commit is contained in:
2022-05-31 11:45:58 -04:00
parent e91907a884
commit 31203648b4

View File

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