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:
parent
6e89c04f3e
commit
9aa3cbf73d
@ -114,6 +114,7 @@ export class WindowMain {
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
webviewTag: true,
|
||||
backgroundThrottling: false,
|
||||
},
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user