From f6493be82b27fa1713a0bafd137312b0b0d76f15 Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Sun, 18 May 2025 14:41:10 +0800 Subject: [PATCH] fix(WindowService): add backgroundThrottling option to Electron configuration --- src/main/services/WindowService.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/services/WindowService.ts b/src/main/services/WindowService.ts index aff511d748..9bfefab68a 100644 --- a/src/main/services/WindowService.ts +++ b/src/main/services/WindowService.ts @@ -75,7 +75,8 @@ export class WindowService { sandbox: false, webSecurity: false, webviewTag: true, - allowRunningInsecureContent: true + allowRunningInsecureContent: true, + backgroundThrottling: false } })