Add option to disable mute segments

This commit is contained in:
Ajay Ramachandran
2021-09-01 21:11:51 -04:00
parent 60e54ee129
commit 427b90a5e9
2 changed files with 19 additions and 0 deletions

View File

@@ -50,6 +50,22 @@
<br/>
</div>
<div option-type="toggle" sync-option="muteSegments">
<label class="switch-container">
<label class="switch">
<input type="checkbox" checked>
<span class="slider round"></span>
</label>
<div class="switch-label">
__MSG_muteSegments__
</div>
</label>
<br/>
<br/>
<br/>
</div>
<br/>
<br/>