fix(WindowService): remove backgroundThrottling option for improved window configuration (#7699)

This commit is contained in:
beyondkmp 2025-07-01 11:02:59 +08:00 committed by GitHub
parent 1e20780c36
commit 421b4071d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -451,8 +451,7 @@ export class WindowService {
preload: join(__dirname, '../preload/index.js'),
sandbox: false,
webSecurity: false,
webviewTag: true,
backgroundThrottling: false
webviewTag: true
}
})