1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00: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

View File

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