diff --git a/desktop/app.js b/desktop/app.js index 0061b24d..b09a75c8 100644 --- a/desktop/app.js +++ b/desktop/app.js @@ -238,6 +238,7 @@ function createMainWindow() { titleBarStyle: appSettings.titlebarStyle, backgroundColor: bgColor, webPreferences: { + contextIsolation: false, backgroundThrottling: false, nodeIntegration: true, nodeIntegrationInWorker: true,