Skip to content

Commit 151c17a

Browse files
Merge pull request #1680 from z1nc0r3/dev
Add "hh:mm:ss tt" to clock formats.
2 parents 7562444 + b65a32a commit 151c17a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Flow.Launcher/ViewModel/SettingWindowViewModel.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,9 @@ public List<SearchWindowPosition> SearchWindowPositions
477477
"tt h:mm",
478478
"tt hh:mm",
479479
"h:mm tt",
480-
"hh:mm tt"
480+
"hh:mm tt",
481+
"hh:mm:ss tt",
482+
"HH:mm:ss"
481483
};
482484

483485
public List<string> DateFormatList { get; } = new()

0 commit comments

Comments
 (0)