1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-23 11:56:00 +01:00

Turned off background throttling for browserWindow (#196)

This commit is contained in:
Chad Scharf 2020-11-04 12:21:29 -05:00 committed by GitHub
parent 6e89c04f3e
commit 9aa3cbf73d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,7 @@ export class WindowMain {
webPreferences: {
nodeIntegration: true,
webviewTag: true,
backgroundThrottling: false,
},
});