mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-04 04:55:21 +02:00
fix: make groups private by default (#3474)
This commit is contained in:
parent
6bd5a82b92
commit
6e1112c73e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from mealie.schema._mealie import MealieModel
|
|||
|
||||
|
||||
class UpdateGroupPreferences(MealieModel):
|
||||
private_group: bool = False
|
||||
private_group: bool = True
|
||||
first_day_of_week: int = 0
|
||||
|
||||
# Recipe Defaults
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue