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:
parent
7b5d48cab9
commit
0ef502d3a8
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ export class Main {
|
||||||
});
|
});
|
||||||
|
|
||||||
const networkWorker = new BrowserWindow({
|
const networkWorker = new BrowserWindow({
|
||||||
show: true,
|
show: false,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
contextIsolation: false,
|
contextIsolation: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue