#21 Add PowerOFF when print is finished

This commit is contained in:
David Zingg
2020-06-28 14:39:03 +02:00
parent 5516428f9d
commit 0d295dcbb6
2 changed files with 9 additions and 9 deletions

View File

@ -8,7 +8,7 @@
</label>
<label class="checkbox">
<input type="checkbox" data-bind="enable: loginState.isUser(), change: automaticPowerOffEnabled, visible: showPowerOffPrintFinishOption>
<input type="checkbox" data-bind="enable: loginState.isUser(), change: automaticPowerOffEnabled, visible: showPowerOffPrintFinishOption">
{{ _('Power Off Relais after print finishes') }}
</label>
</div>