mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-22 11:17:56 +11:00
Update background.js
This commit is contained in:
parent
00a7a4a12e
commit
35e63ab15b
1 changed files with 3 additions and 1 deletions
|
@ -34,7 +34,9 @@ async function createWindow() {
|
||||||
contextIsolation: !process.env.ELECTRON_NODE_INTEGRATION,
|
contextIsolation: !process.env.ELECTRON_NODE_INTEGRATION,
|
||||||
preload: "window-preload.js",
|
preload: "window-preload.js",
|
||||||
// required for multi-instance support
|
// required for multi-instance support
|
||||||
webSecurity: false
|
webSecurity: false,
|
||||||
|
// Auto-scroll for Linux/MacOS
|
||||||
|
enableBlinkFeatures: "MiddleClickAutoscroll"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue