Show Morning and Evening habits by default
Now that I've deployed this, and I have an iPad running in kiosk mode, I realized that I'd like to show my morning routine and my evening routine.
This commit is contained in:
parent
27585cd874
commit
1cff020d66
1 changed files with 2 additions and 2 deletions
|
@ -122,8 +122,8 @@ init =
|
||||||
, today = Nothing
|
, today = Nothing
|
||||||
, completed = Set.empty
|
, completed = Set.empty
|
||||||
, visibleDayOfWeek = Nothing
|
, visibleDayOfWeek = Nothing
|
||||||
, includeMorning = False
|
, includeMorning = True
|
||||||
, includeEvening = False
|
, includeEvening = True
|
||||||
}
|
}
|
||||||
, Date.today |> Task.perform ReceiveDate
|
, Date.today |> Task.perform ReceiveDate
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue