feat(falukant): add visibility toggle for settings widget and update navigation labels
All checks were successful
Deploy to production / deploy (push) Successful in 2m8s

This commit is contained in:
Torsten Schulz (local)
2026-07-24 12:00:10 +02:00
parent 3b1c32e53f
commit e2ed65bede
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>