macOS: Add support for 12/24-hour time display preferences

This commit is contained in:
Jamie Kyle
2023-07-31 09:23:19 -07:00
committed by GitHub
parent 88858af144
commit 1143c0e9ba
17 changed files with 208 additions and 14 deletions

View File

@@ -118,6 +118,7 @@ export function getEmptyState(): UserStateType {
isLegacyFormat: intlNotSetup,
getLocaleMessages: intlNotSetup,
getLocaleDirection: intlNotSetup,
getHourCyclePreference: intlNotSetup,
}),
interactionMode: 'mouse',
isMainWindowMaximized: false,