From b65a32a5254b51204c9d5c116647c1e462e22d89 Mon Sep 17 00:00:00 2001 From: Vic <10308169+VictoriousRaptor@users.noreply.github.com> Date: Sun, 25 Dec 2022 14:05:38 +0800 Subject: [PATCH] Remove redundant tt --- Flow.Launcher/ViewModel/SettingWindowViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs index d41f455ba..cb528f354 100644 --- a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs +++ b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs @@ -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 DateFormatList { get; } = new()