Timelapse: Disable "save as default" along other controls

Fixes #1918
This commit is contained in:
Gina Häußge 2017-05-15 13:03:40 +02:00
parent 4c65313c7f
commit 6d73e6557b

View file

@ -50,7 +50,7 @@
<div data-bind="visible: loginState.isAdmin">
<label class="checkbox">
<input type="checkbox" data-bind="checked: persist"> {{ _('Save as default') }}
<input type="checkbox" data-bind="checked: persist, enable: isOperational() && !isPrinting() && loginState.isUser()"> {{ _('Save as default') }}
<span class="help-block">{{ _('Check this to make your selected timelapse mode and options persist across restarts.') }}</span>
</label>
</div>