Add option to disable scrolling to edit

This commit is contained in:
caneleex
2022-11-06 18:48:42 +01:00
parent b40749717f
commit a1e00b44d5
4 changed files with 18 additions and 0 deletions

View File

@@ -277,6 +277,18 @@
</label>
</div>
</div>
<div data-type="toggle" data-sync="allowScrollingToEdit">
<div class="switch-container">
<label class="switch">
<input id="allowScrollingToEdit" type="checkbox" checked>
<span class="slider round"></span>
</label>
<label class="switch-label" for="allowScrollingToEdit">
__MSG_allowScrollingToEdit__
</label>
</div>
</div>
<div data-type="toggle" data-sync="audioNotificationOnSkip">
<div class="switch-container">