From caf4d13d506a6b85f0d5ed1aac08c5ebb60b1293 Mon Sep 17 00:00:00 2001 From: DB p Date: Fri, 18 Nov 2022 20:52:15 +0900 Subject: [PATCH] Add Time Formats --- Flow.Launcher/ViewModel/SettingWindowViewModel.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs index 65321e6ba..e7ef4da11 100644 --- a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs +++ b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs @@ -463,7 +463,10 @@ namespace Flow.Launcher.ViewModel "dd'/'MM", "ddd MM'/'dd", "dddd MM'/'dd", - "dddd" + "dddd", + "ddd dd'/MM'", + "dddd dd'/MM'" + }; public double WindowWidthSize