mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-01-31 06:41:01 +03:00
Add option to disable scrolling to edit
This commit is contained in:
@@ -1249,5 +1249,8 @@
|
||||
},
|
||||
"segmentFetchFailureWarning": {
|
||||
"message": "Warning: The server hasn't responded with segments yet. There might actually be segments on this video already submitted but you just haven't recieved them due to issues with the server."
|
||||
},
|
||||
"allowScrollingToEdit": {
|
||||
"message": "Allow Scrolling To Edit Times"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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