feat: add setting for time zone to user settings

This commit is contained in:
kolaente 2022-01-14 22:02:45 +01:00 committed by Dominik Pschenitschni
parent 59da6686d0
commit a812793ead
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
3 changed files with 35 additions and 5 deletions

View file

@ -11,6 +11,7 @@ export default class UserSettingsModel extends AbstractModel {
overdueTasksRemindersEnabled: true,
defaultListId: undefined,
weekStart: 0,
timezone: '',
}
}
}