1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Electron: Re-disable network worker window

This commit is contained in:
Michael Hollister 2025-04-30 10:30:56 -05:00
parent 7b5d48cab9
commit 0ef502d3a8

View file

@ -330,7 +330,7 @@ export class Main {
});
const networkWorker = new BrowserWindow({
show: true,
show: false,
webPreferences: {
nodeIntegration: true,
contextIsolation: false,