Added option to enable invidious support.

This commit is contained in:
Ajay Ramachandran
2019-12-30 23:15:29 -05:00
parent fc033cb69d
commit 433db26078
4 changed files with 93 additions and 13 deletions

View File

@@ -20,7 +20,23 @@
<h1>__MSG_Options__</h1>
<div id="options" class="hidden">
<div option-type="toggle" sync-option="supportInvidious">
<label class="switch-container" label-name="__MSG_supportInvidious__">
<label class="switch">
<input type="checkbox">
<span class="slider round"></span>
</label>
</label>
<br/>
<br/>
<div class="small-description">__MSG_supportInvidiousDescription__</div>
</div>
<br/>
<br/>
<div option-type="toggle" toggle-type="reverse" sync-option="disableAutoSkip">
<label class="switch-container" label-name="__MSG_autoSkip__">