Change UI to allow disabling squeezelite

This commit is contained in:
Sebastien L
2023-10-11 14:34:44 -04:00
parent a0d3c60f62
commit 9b97404fa2
3 changed files with 88 additions and 13 deletions

View File

@@ -331,8 +331,7 @@
<div class="form-check">
<label class="form-check-label">
<input class="form-check-input" type="checkbox" id="disable-squeezelite"
value="" checked="">
<input class="form-check-input" type="checkbox" id="disable-squeezelite" value="" >
Disable Squeezelite
</label>
</div>