Merge pull request #1680 from z1nc0r3/dev

Add "hh:mm:ss tt" to clock formats.
This commit is contained in:
VictoriousRaptor 2022-12-26 09:24:59 +08:00 committed by GitHub
commit 151c17a522
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()