Add setting for the first day of the week
This commit is contained in:
parent
641ccd1026
commit
e37145cd43
9 changed files with 87 additions and 49 deletions
|
|
@ -9,6 +9,7 @@ export default class UserSettingsModel extends AbstractModel {
|
|||
discoverableByName: false,
|
||||
discoverableByEmail: false,
|
||||
overdueTasksRemindersEnabled: true,
|
||||
weekStart: 0,
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in a new issue