Allow disabling frontlight
This commit is contained in:
parent
e21b9895a7
commit
2c7f7f667c
6 changed files with 69 additions and 53 deletions
|
@ -187,7 +187,7 @@
|
|||
</Form>
|
||||
<hr />
|
||||
{/if}
|
||||
{#if $settings.hasFrontlight}
|
||||
{#if $settings.hasFrontlight && !$settings.flDisable}
|
||||
<h3>{$_('section.control.frontlight')}</h3>
|
||||
<Row class="d-flex justify-content-between justify-content-md-end">
|
||||
<Col md="auto" class="">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue