From 1346ac7147505d6a12205c9c9a1558a6d9e58da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Wed, 30 Jan 2019 17:29:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B4=E5=89=8D=E6=9C=80=E5=90=8E=E4=B8=80?= =?UTF-8?q?=E6=B3=A2=20v1.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tools/windows.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/windows.js b/src/tools/windows.js index 12929f1..2b4f7e4 100644 --- a/src/tools/windows.js +++ b/src/tools/windows.js @@ -33,7 +33,7 @@ exports.createMainWindow = function(icon) { win.on('ready-to-show', _ => { win.show() - win.openDevTools() + // win.openDevTools() }) return win