diff --git a/app/lib/window.ts b/app/lib/window.ts index bdc818aa..2e3b3d43 100644 --- a/app/lib/window.ts +++ b/app/lib/window.ts @@ -48,6 +48,7 @@ export class Window { webPreferences: { nodeIntegration: true, preload: path.join(__dirname, 'sentry.js'), + backgroundThrottling: false, }, frame: false, show: false,