info row settings

This commit is contained in:
vabene1111
2023-12-27 23:04:01 +01:00
parent 5e5caf201c
commit 999e3794f5
4 changed files with 35 additions and 25 deletions

View File

@@ -24,6 +24,9 @@ export const useUserPreferenceStore = defineStore(_STORE_ID, {
shopping_show_selected_supermarket_only: false,
shopping_selected_grouping: 'food.supermarket_category.name',
shopping_selected_supermarket: null,
shopping_item_info_created_by: false,
shopping_item_info_mealplan: true,
shopping_item_info_recipe: true,
},
}),
getters: {