Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
Turned off background throttling for browserWindow (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
cscharf committed Nov 4, 2020
1 parent 6e89c04 commit 9aa3cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/electron/window.main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export class WindowMain {
webPreferences: {
nodeIntegration: true,
webviewTag: true,
backgroundThrottling: false,
},
});

Expand Down

0 comments on commit 9aa3cbf

Please sign in to comment.