Disable background throttling (#171)

* disable background throttling for consistent setInterval

* add disable throttle as config option
This commit is contained in:
Cukmekerb
2022-10-05 10:38:01 -07:00
committed by GitHub
parent 5f330a7c48
commit 9de8cea50e
6 changed files with 21 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ const store = new Store({
playBackControl: true,
muteArtists: false,
mutedArtists: ["TIDAL"],
disableBackgroundThrottle: true,
menuBar: true,
apiSettings: {
port: 47836,