This commit is contained in:
Johannes Millan 2017-01-10 20:54:45 +01:00
parent c36fb3dbf5
commit b683ea8117

View file

@ -39,7 +39,7 @@ function createWindow() {
}));
// Open the DevTools.
mainWindow.webContents.openDevTools();
//mainWindow.webContents.openDevTools();
// open new window links in browser
mainWindow.webContents.on('new-window', function (event, url) {