diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml
index e078cb6e2..aa390b885 100644
--- a/Flow.Launcher/SettingWindow.xaml
+++ b/Flow.Launcher/SettingWindow.xaml
@@ -44,7 +44,6 @@
-
@@ -2181,12 +2180,7 @@
VerticalAlignment="Center"
FontSize="14"
ItemsSource="{Binding TimeFormatList}"
- SelectedIndex="{Binding TimeFormat}">
-
-
-
-
-
+ SelectedItem="{Binding TimeFormat}">
-
-
-
-
-
+ SelectedItem="{Binding DateFormat}">
DateTime.Now.ToString(TimeFormat);
- public string DateText { get; private set; }
+ public string DateText => DateTime.Now.ToString(DateFormat);
public double WindowWidthSize