Disable Dev tools on launch

This commit is contained in:
FallenGravity
2019-10-26 21:44:26 +02:00
parent 414fe6c639
commit c9a95f1dd8

View File

@@ -34,7 +34,7 @@ locker.lock().then(function() {
EthoGeth.startGeth(); EthoGeth.startGeth();
// Open the DevTools. // Open the DevTools.
mainWindow.webContents.openDevTools() //mainWindow.webContents.openDevTools()
// Emitted when the window is closed. // Emitted when the window is closed.
mainWindow.on("closed", function() { mainWindow.on("closed", function() {