Skip to content

Commit 8fbf7a8

Browse files
committed
Add Time sec format
1 parent 7d16451 commit 8fbf7a8

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
@@ -478,7 +478,8 @@ public List<SearchWindowPosition> SearchWindowPositions
478478
"tt hh:mm",
479479
"h:mm tt",
480480
"hh:mm tt",
481-
"hh:mm:ss tt"
481+
"hh:mm:ss tt",
482+
"HH:mm:ss tt"
482483
};
483484

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

0 commit comments

Comments
 (0)