From bf0340e0f7dec3afa6bb7ded12cc9a275db45cab Mon Sep 17 00:00:00 2001 From: MarioTurco Date: Wed, 9 Sep 2020 21:58:29 +0200 Subject: [PATCH] Removed dev tools --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index afd8d2e..a529f97 100644 --- a/src/index.js +++ b/src/index.js @@ -30,7 +30,7 @@ const createWindow = () => { mainWindow.loadFile(path.join(__dirname, 'index.html')); // Open the DevTools. - mainWindow.webContents.openDevTools(); + //mainWindow.webContents.openDevTools(); }; // This method will be called when Electron has finished