Skip to content

Commit 7d16451

Browse files
committed
#1678 Add "hh:mm:ss tt" to clock formats.
1 parent 9c369c4 commit 7d16451

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher/ViewModel/SettingWindowViewModel.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,8 @@ 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"
481482
};
482483

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

0 commit comments

Comments
 (0)