Revert "fix(WindowService): remove backgroundThrottling option for cleaner window configuration (#7704)"

This reverts commit 3eb6d08b34.
This commit is contained in:
kangfenmao 2025-07-02 10:04:14 +08:00
parent 83f36f5e77
commit 6a2e04aaeb

View File

@ -71,7 +71,8 @@ export class WindowService {
webSecurity: false, webSecurity: false,
webviewTag: true, webviewTag: true,
allowRunningInsecureContent: true, allowRunningInsecureContent: true,
zoomFactor: configManager.getZoomFactor() zoomFactor: configManager.getZoomFactor(),
backgroundThrottling: false
} }
}) })