Skip to content

Commit b65a32a

Browse files
Remove redundant tt
1 parent 6c53b7e commit b65a32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/SettingWindowViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ public List<SearchWindowPosition> SearchWindowPositions
479479
"h:mm tt",
480480
"hh:mm tt",
481481
"hh:mm:ss tt",
482-
"HH:mm:ss tt"
482+
"HH:mm:ss"
483483
};
484484

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

0 commit comments

Comments
 (0)