diff --git a/MainWindow.xaml b/MainWindow.xaml
index 8bd27ff..ccc07f8 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -136,7 +136,7 @@
-
diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs
index 4df04bf..377e5e4 100644
--- a/MainWindow.xaml.cs
+++ b/MainWindow.xaml.cs
@@ -40,7 +40,8 @@ namespace SUNLIGHT_Audit.git
help.ShowDialog();//实例化并置顶打开信息窗口
}
- private void RadioButton_Checked(object sender, RoutedEventArgs e)//工具栏
+ private void RadioButton_Checked(object sender, RoutedEventArgs e)//最小化按钮
+ {
if (!(sender is RadioButton button)) return;
if (string.IsNullOrEmpty(button.Content.ToString())) return;
switch (button.Content.ToString())