From c38ae42cc8f2d3189c195e315a3b0d74486011d0 Mon Sep 17 00:00:00 2001 From: yutent Date: Tue, 26 Apr 2022 14:18:13 +0800 Subject: [PATCH] remove debug --- 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 f64c054..06d439f 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() }) win.webContents.on('dom-ready', ev => {