fixed default page setting and made PWA respect that setting

This commit is contained in:
vabene1111
2024-03-09 07:44:32 +01:00
parent aebc4a45ff
commit 37fb0418ac
5 changed files with 33 additions and 3 deletions

View File

@@ -37,6 +37,15 @@
</b-form-checkbox>
</b-form-group>
<b-form-group :label="$t('DefaultPage')">
<b-form-select v-model="user_preferences.default_page" @change="updateSettings(true);">
<b-form-select-option value="SEARCH">{{$t('Search')}}</b-form-select-option>
<b-form-select-option value="SHOPPING">{{$t('Shopping')}}</b-form-select-option>
<b-form-select-option value="PLAN">{{$t('Meal_Plan')}}</b-form-select-option>
<b-form-select-option value="BOOKS">{{$t('Books')}}</b-form-select-option>
</b-form-select>
</b-form-group>
<hr/>

View File

@@ -504,6 +504,7 @@
"Keyword": "Keyword",
"Advanced": "Advanced",
"Page": "Page",
"DefaultPage": "Default Page",
"Single": "Single",
"Multiple": "Multiple",
"Reset": "Reset",