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)) {