#1678 Add "hh:mm:ss tt" to clock formats.

This commit is contained in:
z1nc0r3 2022-12-18 13:45:02 +05:30
parent 9c369c4ead
commit 7d164517ca

View file

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