Skip to content

Commit

Permalink
Disable background throttling and update to Electron version that isn…
Browse files Browse the repository at this point in the history
…'t bugged for this function
  • Loading branch information
noisymime committed May 28, 2024
1 parent 5134853 commit 694a9d5
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 18 deletions.
1 change: 1 addition & 0 deletions UI/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function createWindow () {
webPreferences: {
contextIsolation: false,
nodeIntegration: true,
backgroundThrottling: false,
},
});

Expand Down
52 changes: 35 additions & 17 deletions UI/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@electron/packager": "^18.3.2",
"@electron/rebuild": "^3.6.0",
"electron": "^22.3.25",
"electron": "^30.0.8",
"electron-builder": "^24.13.3"
},
"dependencies": {
Expand Down

0 comments on commit 694a9d5

Please sign in to comment.