fix: bind autoSendToBambu variable to checkbox in spoolman.html

This commit is contained in:
Manuel Weiser 2025-02-24 19:56:01 +01:00
parent 2d8aec515d
commit 714b7065e7

View File

@ -125,7 +125,7 @@
<div class="input-group">
If activated, FilaMan will automatically update the next filled tray with the last scanned and weighed spool.
<label for="autoSend">Auto Send to Bambu:</label>
<input type="checkbox" id="autoSend">
<input type="checkbox" id="autoSend" {{autoSendToBambu}}>
</div>
<button onclick="saveBambuCredentials()">Save Bambu Credentials</button>