style: 🚧 Disabled copilot

This commit is contained in:
viarotel 2023-11-26 19:48:34 +08:00
parent 9e4f432333
commit 654185f956

View File

@ -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(() => {