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