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