fix(WindowService): add backgroundThrottling option to Electron configuration

This commit is contained in:
kangfenmao 2025-05-18 14:41:10 +08:00
parent 04c3911243
commit f6493be82b

View File

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