Remove redundant tt

This commit is contained in:
Vic 2022-12-25 14:05:38 +08:00
parent 6c53b7e8b3
commit b65a32a525

View file

@ -479,7 +479,7 @@ namespace Flow.Launcher.ViewModel
"h:mm tt",
"hh:mm tt",
"hh:mm:ss tt",
"HH:mm:ss tt"
"HH:mm:ss"
};
public List<string> DateFormatList { get; } = new()