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