style: move time format to language
This commit is contained in:
parent
395dd6cf9b
commit
b7eb404d0f
4 changed files with 22 additions and 35 deletions
|
@ -4,7 +4,4 @@ export interface ClientSettings {
|
|||
selectedThemeLayout?: string // URL
|
||||
}
|
||||
|
||||
export interface TimeFormat {
|
||||
index: number,
|
||||
format: "auto" | "12" | "24"
|
||||
}
|
||||
export type TimeFormat = "Auto" | "4:18 PM" | "16:18"
|
Loading…
Add table
Add a link
Reference in a new issue