mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #1680 from z1nc0r3/dev
Add "hh:mm:ss tt" to clock formats.
This commit is contained in:
commit
151c17a522
1 changed files with 3 additions and 1 deletions
|
|
@ -477,7 +477,9 @@ namespace Flow.Launcher.ViewModel
|
|||
"tt h:mm",
|
||||
"tt hh:mm",
|
||||
"h:mm tt",
|
||||
"hh:mm tt"
|
||||
"hh:mm tt",
|
||||
"hh:mm:ss tt",
|
||||
"HH:mm:ss"
|
||||
};
|
||||
|
||||
public List<string> DateFormatList { get; } = new()
|
||||
|
|
|
|||
Loading…
Reference in a new issue