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

@@ -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>