Fixed missing config tile

This commit is contained in:
Gunnar Skjold 2024-04-09 21:57:44 +02:00
parent 71e7e779da
commit 84ff999c4c
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -684,7 +684,7 @@
</label>
</div>
{/if}
{#if configuration?.y}
{#if configuration?.u}
<div class="cnt">
<strong class="text-sm">{translations.conf?.ui?.title ?? "User interface"}</strong>
<a href="{wiki('User-interface')}" target="_blank" class="float-right">&#9432;</a>