2020-02-10 18:24:15 +01:00
|
|
|
|
if (BoolVal(Grocy.UserSettings.recipe_ingredients_group_by_product_group))
|
2020-02-10 11:04:57 -06:00
|
|
|
|
{
|
2020-02-10 18:24:15 +01:00
|
|
|
|
$("#recipe_ingredients_group_by_product_group").prop("checked", true);
|
2020-02-10 11:04:57 -06:00
|
|
|
|
}
|
2020-11-15 14:15:09 +01:00
|
|
|
|
|
2022-02-09 17:48:21 +01:00
|
|
|
|
if (BoolVal(Grocy.UserSettings.recipes_show_list_side_by_side))
|
|
|
|
|
{
|
|
|
|
|
$("#recipes_show_list_side_by_side").prop("checked", true);
|
|
|
|
|
}
|
2022-04-01 22:43:49 +02:00
|
|
|
|
|
|
|
|
|
if (BoolVal(Grocy.UserSettings.recipes_show_ingredient_checkbox))
|
|
|
|
|
{
|
|
|
|
|
$("#recipes_show_ingredient_checkbox").prop("checked", true);
|
|
|
|
|
}
|