Added option to options page

This commit is contained in:
Ajay Ramachandran
2020-07-03 20:55:58 -04:00
parent bfafcd07cc
commit 8d41af073d
2 changed files with 23 additions and 0 deletions

View File

@@ -268,6 +268,23 @@
<div class="small-description">__MSG_audioNotificationDescription__</div>
</div>
<br/>
<br/>
<div option-type="toggle" sync-option="showTimeWithSkips">
<label class="switch-container" label-name="__MSG_showTimeWithSkips__">
<label class="switch">
<input type="checkbox" checked>
<span class="slider round"></span>
</label>
</label>
<br/>
<br/>
<div class="small-description">__MSG_showTimeWithSkipsDescription__</div>
</div>
<br/>
<br/>