Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into add-invidious

This commit is contained in:
Ajay Ramachandran
2020-01-09 19:53:49 -05:00
4 changed files with 20 additions and 7 deletions

View File

@@ -78,7 +78,7 @@
<div option-type="toggle" toggle-type="reverse" sync-option="disableAutoSkip">
<label class="switch-container" label-name="__MSG_autoSkip__">
<label class="switch">
<input type="checkbox">
<input type="checkbox" checked>
<span class="slider round"></span>
</label>
</label>
@@ -137,7 +137,7 @@
<div option-type="toggle" toggle-type="reverse" sync-option="hideVideoPlayerControls">
<label class="switch-container" label-name="__MSG_showButtons__">
<label class="switch">
<input type="checkbox">
<input type="checkbox" checked>
<span class="slider round"></span>
</label>
</label>
@@ -154,7 +154,7 @@
<div option-type="toggle" toggle-type="reverse" sync-option="hideInfoButtonPlayerControls">
<label class="switch-container" label-name="__MSG_showInfoButton__">
<label class="switch">
<input type="checkbox">
<input type="checkbox" checked>
<span class="slider round"></span>
</label>
</label>
@@ -171,7 +171,7 @@
<div option-type="toggle" toggle-type="reverse" sync-option="hideDeleteButtonPlayerControls">
<label class="switch-container" label-name="__MSG_showDeleteButton__">
<label class="switch">
<input type="checkbox">
<input type="checkbox" checked>
<span class="slider round"></span>
</label>
</label>
@@ -202,7 +202,7 @@
<br/>
<br/>
<div option-type="text-change" sync-option="userID">
<div option-type="text-change" sync-option="userID" confirm-message="userIDChangeWarning">
<div class="option-button trigger-button">
__MSG_changeUserID__
</div>
@@ -231,7 +231,7 @@
<div option-type="toggle" toggle-type="reverse" sync-option="dontShowNotice">
<label class="switch-container" label-name="__MSG_showSkipNotice__">
<label class="switch">
<input type="checkbox">
<input type="checkbox" checked>
<span class="slider round"></span>
</label>
</label>