From 654185f9567573262c14a49f0487cd9843b49517 Mon Sep 17 00:00:00 2001 From: viarotel Date: Sun, 26 Nov 2023 19:48:34 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=9A=A7=20Disabled=20copilot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electron/main.js b/electron/main.js index 05c3c0e5..0309a02b 100644 --- a/electron/main.js +++ b/electron/main.js @@ -14,7 +14,7 @@ import { icnsLogoPath, icoLogoPath, logoPath } from './configs/index.js' import events from './events/index.js' -import copilot from './copilot/index.js' +// import copilot from './copilot/index.js' log.initialize({ preload: true }) @@ -104,7 +104,7 @@ function createWindow() { events(mainWindow) - copilot(mainWindow) + // copilot(mainWindow) } app.whenReady().then(() => {