From ddb5f898d39387ff2ea68d3860c1a6f87b61d2f4 Mon Sep 17 00:00:00 2001 From: DB p Date: Fri, 18 Nov 2022 21:08:39 +0900 Subject: [PATCH] Add timeformats --- Flow.Launcher/ViewModel/SettingWindowViewModel.cs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs index e7ef4da11..aa79248b8 100644 --- a/Flow.Launcher/ViewModel/SettingWindowViewModel.cs +++ b/Flow.Launcher/ViewModel/SettingWindowViewModel.cs @@ -464,8 +464,11 @@ namespace Flow.Launcher.ViewModel "ddd MM'/'dd", "dddd MM'/'dd", "dddd", - "ddd dd'/MM'", - "dddd dd'/MM'" + "ddd dd'/'MM", + "dddd dd'/'MM", + "dddd dd', 'MMMM", + "dddd DDDD', 'MMMM", + "dd', 'MMMM" };