mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-11-03 10:19:23 +01:00
Disable background throttling (#171)
* disable background throttling for consistent setInterval * add disable throttle as config option
This commit is contained in:
@@ -222,6 +222,16 @@
|
||||
<span class="switch__slider"></span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="group__option">
|
||||
<div class="group__description">
|
||||
<h4>Disable Background Throttling</h4>
|
||||
<p>Makes app more responsive while in the background, at the cost of performance.</p>
|
||||
</div>
|
||||
<label class="switch">
|
||||
<input id="disableBackgroundThrottle" type="checkbox">
|
||||
<span class="switch__slider"></span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user