Skip to content

Commit

Permalink
style: 🚧 Disabled copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Nov 26, 2023
1 parent 9e4f432 commit 654185f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 })

Expand Down Expand Up @@ -104,7 +104,7 @@ function createWindow() {

events(mainWindow)

copilot(mainWindow)
// copilot(mainWindow)
}

app.whenReady().then(() => {
Expand Down

0 comments on commit 654185f

Please sign in to comment.