mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-14 07:27:05 +03:00
Add option to disable scrolling to edit
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user