Hint about why timelapse configuration is disabled
while printing. Fixes #1028
This commit is contained in:
parent
58c6abc644
commit
84968272aa
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
||||||
<div style="display: none;" data-bind="visible: loginState.isUser">
|
<div style="display: none;" data-bind="visible: loginState.isUser">
|
||||||
|
<div class="alert" data-bind="visible: isPrinting()">
|
||||||
|
{{ _('Take note that timelapse configuration is disabled while your printer is printing.') }}
|
||||||
|
</div>
|
||||||
<h1>{{ _('Timelapse Configuration') }}</h1>
|
<h1>{{ _('Timelapse Configuration') }}</h1>
|
||||||
|
|
||||||
<label for="webcam_timelapse_mode">{{ _('Timelapse Mode') }}</label>
|
<label for="webcam_timelapse_mode">{{ _('Timelapse Mode') }}</label>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue