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
+2 -1
View File
@@ -75,7 +75,8 @@ export class WindowService {
sandbox: false,
webSecurity: false,
webviewTag: true,
allowRunningInsecureContent: true
allowRunningInsecureContent: true,
backgroundThrottling: false
}
})