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