From 4bb49a700e7adbc3bcdd188031ea744fac613e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Fri, 9 Aug 2019 15:55:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B3=A8=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tools/windows.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/tools/windows.js b/src/tools/windows.js index a007377..78eb84d 100644 --- a/src/tools/windows.js +++ b/src/tools/windows.js @@ -22,9 +22,8 @@ exports.createMainWindow = function(icon) { icon, webPreferences: { webSecurity: false, - experimentalFeatures: true - // webviewTag: true, - // nodeIntegration: true + experimentalFeatures: true, + nodeIntegration: true }, show: false })