mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-08-29 01:58:51 +02:00
mobile: fix dateFormat taking timeFormat value
This commit is contained in:
@@ -264,7 +264,7 @@ export const useSettingStore = create<SettingStore>((set, get) => ({
|
||||
set({
|
||||
dayFormat: db.settings.getDayFormat(),
|
||||
timeFormat: db.settings.getTimeFormat(),
|
||||
dateFormat: db.settings?.getTimeFormat(),
|
||||
dateFormat: db.settings?.getDateFormat(),
|
||||
weekFormat: db.settings.getWeekFormat(),
|
||||
vaultLockAfter: db.settings.getVaultLockAfter(),
|
||||
inboxEnabled: await db.user.hasInboxKeys()
|
||||
|
||||
Reference in New Issue
Block a user