mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-02 04:39:54 -05:00
fixed default page setting and made PWA respect that setting
This commit is contained in:
@@ -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/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user