diff --git a/src/main/services/WindowService.ts b/src/main/services/WindowService.ts index c81926f5d2..65132eb54f 100644 --- a/src/main/services/WindowService.ts +++ b/src/main/services/WindowService.ts @@ -71,7 +71,8 @@ export class WindowService { webSecurity: false, webviewTag: true, allowRunningInsecureContent: true, - zoomFactor: configManager.getZoomFactor() + zoomFactor: configManager.getZoomFactor(), + backgroundThrottling: false } })