From 71c62a3772943e4c36ea8c6cee78fe0ad0e167c5 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Wed, 13 Mar 2024 07:32:16 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=A2=E6=88=B7=E7=AB=AF=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=89=93=E5=BC=80excel=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/electron.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/electron/electron.js b/electron/electron.js index 70226391f..d2a303f51 100644 --- a/electron/electron.js +++ b/electron/electron.js @@ -358,9 +358,7 @@ function createWebTabWindow(args) { useLoadingView: true, useErrorView: true, webPreferences: { - type: 'browserView', preload: path.join(__dirname, 'electron-preload.js'), - nodeIntegrationInSubFrames: true, } }) if (nativeTheme.shouldUseDarkColors) {