Skip to content

Commit

Permalink
Fixed missing config tile
Browse files Browse the repository at this point in the history
  • Loading branch information
gskjold committed Apr 9, 2024
1 parent 71e7e77 commit 84ff999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/SvelteUi/app/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/SvelteUi/app/src/lib/ConfigurationPanel.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 84ff999

Please sign in to comment.