fix(WindowService): add backgroundThrottling option to Electron configuration

This commit is contained in:
kangfenmao 2025-05-18 14:41:10 +08:00
parent ba88a24455
commit f43c16b85f

View File

@ -75,7 +75,8 @@ export class WindowService {
sandbox: false, sandbox: false,
webSecurity: false, webSecurity: false,
webviewTag: true, webviewTag: true,
allowRunningInsecureContent: true allowRunningInsecureContent: true,
backgroundThrottling: false
} }
}) })