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