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

This commit is contained in:
beyondkmp 2025-07-01 16:50:48 +08:00 committed by GitHub
parent b5f2abc930
commit 3eb6d08b34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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