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