changed default supermarket prefs

This commit is contained in:
vabene1111 2024-02-01 19:36:07 +01:00
parent 6ccd74edab
commit 7f6cd16a77

View File

@ -61,7 +61,7 @@ export const useUserPreferenceStore = defineStore(_STORE_ID, {
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_mealplan: false,
shopping_item_info_recipe: true,
},
}),