From 0c85d026fa12512b104b346042b52d57a8d86e45 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 18 Sep 2019 03:32:47 +0300 Subject: [PATCH] removed unconditional devtools start... Signed-off-by: Alex A. Naanou --- ui (gen4)/e.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui (gen4)/e.js b/ui (gen4)/e.js index 63174c56..742530d0 100644 --- a/ui (gen4)/e.js +++ b/ui (gen4)/e.js @@ -107,7 +107,7 @@ function createWindow(){ // disable default menu... win.setMenu(null) - win.openDevTools() + //win.openDevTools() // and load the index.html of the app.