1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-23 21:29:37 +02:00

Adds support for 12hr time format

This commit is contained in:
Yusef Ouda 2024-07-03 15:16:17 -05:00
parent 3c347c854c
commit 5d679ea387
10 changed files with 41 additions and 4 deletions

View file

@ -23,6 +23,7 @@ export interface Config {
kubernetesApps: boolean;
unpinStoppedApps: boolean;
useAmericanDate: boolean;
useAmericanTime: boolean;
disableAutofocus: boolean;
greetingsSchema: string;
daySchema: string;