diff --git a/Flow.Launcher/Converters/DateTimeFormatToNowConverter.cs b/Flow.Launcher/Converters/DateTimeFormatToNowConverter.cs deleted file mode 100644 index 3c46fd01a..000000000 --- a/Flow.Launcher/Converters/DateTimeFormatToNowConverter.cs +++ /dev/null @@ -1,19 +0,0 @@ -using System; -using System.Globalization; -using System.Windows.Data; - -namespace Flow.Launcher.Converters -{ - public class DateTimeFormatToNowConverter : IValueConverter - { - - public object Convert(object value, Type targetType, object parameter, CultureInfo culture) - { - return value is not string format ? null : DateTime.Now.ToString(format); - } - public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) - { - throw new NotImplementedException(); - } - } -} diff --git a/Flow.Launcher/SettingWindow.xaml b/Flow.Launcher/SettingWindow.xaml index 5b841978f..bc0ff1ce4 100644 --- a/Flow.Launcher/SettingWindow.xaml +++ b/Flow.Launcher/SettingWindow.xaml @@ -1,4 +1,5 @@ - - + - + - + @@ -47,15 +44,12 @@ - - + - + @@ -65,172 +59,127 @@ - - - - - - - - - - - - - - - - - - - - - + @@ -717,11 +606,13 @@ - - - + @@ -738,24 +628,25 @@ - + - - - - + - + - @@ -781,10 +672,10 @@ - + - @@ -794,14 +685,13 @@ - + - + - @@ -812,26 +702,24 @@ - - + + - - + - + - - - + + - @@ -865,16 +752,14 @@ - + - - + + - - + - + - @@ -905,12 +789,11 @@ - - + + - @@ -920,46 +803,52 @@ - - - - + - - - - - + - - - - - + - - + - - + - -