1
0

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
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,
},
}