feat(falukant): add visibility toggle for settings widget and update navigation labels

This commit is contained in:
Torsten Schulz (local)
2026-07-24 12:00:10 +02:00
parent 7e557e84e2
commit de2968d326
7 changed files with 17 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div>
<h2>{{ $t("settings.falukant.title") }}</h2>
<SettingsWidget :settingsType="'falukant'" />
<SettingsWidget :settingsType="'falukant'" :show-visibility="false" />
</div>
</template>