set disable_amount to default to true (#1158)

This commit is contained in:
Hayden
2022-04-19 16:49:53 -08:00
committed by GitHub
parent e9c66af275
commit 288194eb9d
3 changed files with 3 additions and 3 deletions

View File

@@ -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):