small fixes

This commit is contained in:
vabene1111
2025-04-10 18:04:13 +02:00
parent 67f63730a3
commit 608526b348
48 changed files with 87 additions and 132 deletions

View File

@@ -23,6 +23,8 @@
<p class="text-h6 mt-3">{{ $t('DeviceSettings') }}</p>
<p class="text-disabled">{{ $t('DeviceSettingsHelp') }}</p>
<v-checkbox v-model="useUserPreferenceStore().deviceSettings.start_showMealPlan" :label="$t('ShowMealPlanOnStartPage')"></v-checkbox>
<v-btn @click="useUserPreferenceStore().resetDeviceSettings()" color="warning">{{ $t('Reset') }}</v-btn> <br/>
<v-btn @click="useUserPreferenceStore().deviceSettings.general_closedHelpAlerts = []" color="warning" class="mt-1">{{ $t('ResetHelp') }}</v-btn>