Add setting for first day of the week

This commit is contained in:
kolaente 2021-06-03 18:11:44 +02:00
parent fc5703ac8c
commit 78a206c818
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
7 changed files with 61 additions and 0 deletions

View file

@ -69,6 +69,7 @@ func UserShow(c echo.Context) error {
DiscoverableByEmail: u.DiscoverableByEmail,
OverdueTasksRemindersEnabled: u.OverdueTasksRemindersEnabled,
DefaultListID: u.DefaultListID,
WeekStart: u.WeekStart,
},
}