From 7d164517ca762cf9fa9108919437396c50dfb13d Mon Sep 17 00:00:00 2001 From: z1nc0r3 Date: Sun, 18 Dec 2022 13:45:02 +0530 Subject: [PATCH] #1678 Add "hh:mm:ss tt" to clock formats. --- Flow.Launcher/ViewModel/SettingWindowViewModel.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs index a97a328e6..ae8c9d9aa 100644 --- a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs +++ b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs @@ -477,7 +477,8 @@ namespace Flow.Launcher.ViewModel "tt h:mm", "tt hh:mm", "h:mm tt", - "hh:mm tt" + "hh:mm tt", + "hh:mm:ss tt" }; public List DateFormatList { get; } = new()