Add setting for the first day of the week

This commit is contained in:
kolaente 2021-06-03 18:12:40 +02:00
parent 641ccd1026
commit e37145cd43
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
9 changed files with 87 additions and 49 deletions

View file

@ -9,6 +9,7 @@ export default class UserSettingsModel extends AbstractModel {
discoverableByName: false,
discoverableByEmail: false,
overdueTasksRemindersEnabled: true,
weekStart: 0,
}
}
}