add bindMediaKey to options

This commit is contained in:
Michael C
2022-01-27 01:43:40 -05:00
parent 6d0d533fa7
commit 876b55dcc1
4 changed files with 25 additions and 2 deletions

View File

@@ -263,6 +263,20 @@
<div class="small-description">__MSG_audioNotificationDescription__</div>
</div>
<div data-type="toggle" data-sync="bindMediaKey" data-dependent-on="audioNotificationOnSkip">
<div class="switch-container">
<label class="switch">
<input id="bindMediaKey" type="checkbox" checked>
<span class="slider round"></span>
</label>
<label class="switch-label" for="bindMediaKey">
__MSG_bindMediaKey__
</label>
</div>
<div class="small-description">__MSG_bindMediaKeyDescription__</div>
</div>
<div data-type="toggle" data-sync="showTimeWithSkips">
<div class="switch-container">