fix broken autoexec toggle

This commit is contained in:
Christian Herzog
2019-10-05 12:51:11 +02:00
parent 49d7e74c55
commit 5a29b84a1c
2 changed files with 3 additions and 2 deletions

View File

@@ -202,8 +202,8 @@
<h1>Start Squeezelite (toggle to activate changes)</h1>
<div class="custom-control custom-switch">
<label class="custom-control-label" for="autoexec-cb"></label>
<input type="checkbox" class="custom-control-input" id="autoexec-cb" checked="checked">
<label class="custom-control-label" for="autoexec-cb"></label>
</div>
<br />
</div>