mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-09 07:25:21 +02:00
set disable_amount to default to true (#1158)
This commit is contained in:
parent
e9c66af275
commit
288194eb9d
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ class UpdateGroupPreferences(MealieModel):
|
|||
recipe_show_assets: bool = False
|
||||
recipe_landscape_view: bool = False
|
||||
recipe_disable_comments: bool = False
|
||||
recipe_disable_amount: bool = False
|
||||
recipe_disable_amount: bool = True
|
||||
|
||||
|
||||
class CreateGroupPreferences(UpdateGroupPreferences):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue