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
1 changed files with 1 additions and 0 deletions

View File

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