From aa75aa64f9e7d2079e769f9a8e34611443691515 Mon Sep 17 00:00:00 2001 From: DB p Date: Mon, 3 Oct 2022 15:22:59 +0900 Subject: [PATCH] Fix Formatting --- Flow.Launcher/SettingWindow.xaml.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); } } + } }