From aa019f8c9cf76cbce7a44b7e49e730fba811d570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Tue, 11 Feb 2025 15:10:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/gui/src/background.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/gui/src/background.js b/packages/gui/src/background.js index d12706ee..c08285a1 100644 --- a/packages/gui/src/background.js +++ b/packages/gui/src/background.js @@ -484,14 +484,14 @@ try { // initialization and is ready to create browser windows. // Some APIs can only be used after this event occurs. app.on('ready', async () => { - if (isDevelopment && !process.env.IS_TEST) { - // Install Vue Devtools - // try { - // await installExtension(VUEJS_DEVTOOLS) - // } catch (e) { - // log.error('Vue Devtools failed to install:', e.toString()) - // } - } + // if (isDevelopment && !process.env.IS_TEST) { + // // Install Vue Devtools + // try { + // await installExtension(VUEJS_DEVTOOLS) + // } catch (e) { + // log.error('Vue Devtools failed to install:', e.toString()) + // } + // } try { if (!createWindow(startHideWindow)) {