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:
William Carroll 2020-12-13 15:14:19 +00:00
parent 27585cd874
commit 1cff020d66

View file

@ -122,8 +122,8 @@ init =
, today = Nothing
, completed = Set.empty
, visibleDayOfWeek = Nothing
, includeMorning = False
, includeEvening = False
, includeMorning = True
, includeEvening = True
}
, Date.today |> Task.perform ReceiveDate
)