diff --git a/Flow.Launcher/SettingWindow.xaml.cs b/Flow.Launcher/SettingWindow.xaml.cs index d3d1c1f13..e0b8498ae 100644 --- a/Flow.Launcher/SettingWindow.xaml.cs +++ b/Flow.Launcher/SettingWindow.xaml.cs @@ -381,7 +381,7 @@ namespace Flow.Launcher { DateBox.Visibility = Visibility.Collapsed; } - + } private void OnExternalPluginUninstallClick(object sender, MouseButtonEventArgs e) { @@ -394,5 +394,6 @@ namespace Flow.Launcher API.ShowMainWindow(); } } + } }