mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-23 23:21:02 +01:00
style: 🚧 Disabled copilot
This commit is contained in:
parent
9e4f432333
commit
654185f956
@ -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(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user