From 82ade00300e54f8fcb702b187e3257e35bb582c3 Mon Sep 17 00:00:00 2001 From: 9Lukas5 Date: Sun, 25 Jan 2026 15:43:00 +0100 Subject: [PATCH] feat(config-dist): add default user setting 'recipes_ignore_stock_on_add_to_cart_checkbox' ref https://github.com/grocy/grocy/issues/686 --- config-dist.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config-dist.php b/config-dist.php index d63e6e93..edb68ce7 100644 --- a/config-dist.php +++ b/config-dist.php @@ -210,6 +210,7 @@ DefaultUserSetting('shopping_list_print_layout_type', 'table'); // Default for t DefaultUserSetting('recipe_ingredients_group_by_product_group', false); // Group recipe ingredients by their product group DefaultUserSetting('recipes_show_list_side_by_side', true); // If the recipe should be displayed next to recipe list on the recipes page DefaultUserSetting('recipes_show_ingredient_checkbox', false); // When enabled, a little checkbox will be shown next to each ingredient to mark it as done +DefaultUserSetting('recipes_ignore_stock_on_add_to_cart_checkbox', false); // When enabled, the add to cart on a recipe will act as an add all ingredients, not a add all missing ingredients button // Chores settings DefaultUserSetting('chores_due_soon_days', 5); // The "due soon" days