diff --git a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs index ae8c9d9aa..c0188fd5a 100644 --- a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs +++ b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs @@ -478,7 +478,8 @@ namespace Flow.Launcher.ViewModel "tt hh:mm", "h:mm tt", "hh:mm tt", - "hh:mm:ss tt" + "hh:mm:ss tt", + "HH:mm:ss tt" }; public List DateFormatList { get; } = new()