From 07200177f56be217c0a1db2e99e1e4d3776eb053 Mon Sep 17 00:00:00 2001 From: Alex Anderson Date: Sun, 26 Feb 2017 13:38:54 -0800 Subject: [PATCH] Comment out enabling dev tools I feel like people should know how to do this but I have personally seen people getting confused as to why the developer tools show up. This would make it so you are not required to even touch this file --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 623740a..07561fa 100644 --- a/main.js +++ b/main.js @@ -23,7 +23,7 @@ function createWindow () { })) // Open the DevTools. - mainWindow.webContents.openDevTools() + // mainWindow.webContents.openDevTools() // Emitted when the window is closed. mainWindow.on('closed', function () {