Added defaults to option page.

This commit is contained in:
Ajay Ramachandran 2019-12-31 02:32:44 -05:00
parent e347504616
commit 6a37753753

View file

@ -25,7 +25,7 @@
<div option-type="toggle" toggle-type="reverse" sync-option="disableAutoSkip"> <div option-type="toggle" toggle-type="reverse" sync-option="disableAutoSkip">
<label class="switch-container" label-name="__MSG_autoSkip__"> <label class="switch-container" label-name="__MSG_autoSkip__">
<label class="switch"> <label class="switch">
<input type="checkbox"> <input type="checkbox" checked>
<span class="slider round"></span> <span class="slider round"></span>
</label> </label>
</label> </label>
@ -84,7 +84,7 @@
<div option-type="toggle" toggle-type="reverse" sync-option="hideVideoPlayerControls"> <div option-type="toggle" toggle-type="reverse" sync-option="hideVideoPlayerControls">
<label class="switch-container" label-name="__MSG_showButtons__"> <label class="switch-container" label-name="__MSG_showButtons__">
<label class="switch"> <label class="switch">
<input type="checkbox"> <input type="checkbox" checked>
<span class="slider round"></span> <span class="slider round"></span>
</label> </label>
</label> </label>
@ -101,7 +101,7 @@
<div option-type="toggle" toggle-type="reverse" sync-option="hideInfoButtonPlayerControls"> <div option-type="toggle" toggle-type="reverse" sync-option="hideInfoButtonPlayerControls">
<label class="switch-container" label-name="__MSG_showInfoButton__"> <label class="switch-container" label-name="__MSG_showInfoButton__">
<label class="switch"> <label class="switch">
<input type="checkbox"> <input type="checkbox" checked>
<span class="slider round"></span> <span class="slider round"></span>
</label> </label>
</label> </label>
@ -118,7 +118,7 @@
<div option-type="toggle" toggle-type="reverse" sync-option="hideDeleteButtonPlayerControls"> <div option-type="toggle" toggle-type="reverse" sync-option="hideDeleteButtonPlayerControls">
<label class="switch-container" label-name="__MSG_showDeleteButton__"> <label class="switch-container" label-name="__MSG_showDeleteButton__">
<label class="switch"> <label class="switch">
<input type="checkbox"> <input type="checkbox" checked>
<span class="slider round"></span> <span class="slider round"></span>
</label> </label>
</label> </label>
@ -178,7 +178,7 @@
<div option-type="toggle" toggle-type="reverse" sync-option="dontShowNotice"> <div option-type="toggle" toggle-type="reverse" sync-option="dontShowNotice">
<label class="switch-container" label-name="__MSG_showSkipNotice__"> <label class="switch-container" label-name="__MSG_showSkipNotice__">
<label class="switch"> <label class="switch">
<input type="checkbox"> <input type="checkbox" checked>
<span class="slider round"></span> <span class="slider round"></span>
</label> </label>
</label> </label>