diff --git a/receivers/electron/src/Main.ts b/receivers/electron/src/Main.ts index 113382c..bcd411d 100644 --- a/receivers/electron/src/Main.ts +++ b/receivers/electron/src/Main.ts @@ -330,7 +330,7 @@ export class Main { }); const networkWorker = new BrowserWindow({ - show: true, + show: false, webPreferences: { nodeIntegration: true, contextIsolation: false,