From c7efd8df68981802d86e5746b23c1006c202a27c Mon Sep 17 00:00:00 2001 From: Space Time Date: Wed, 18 Dec 2024 22:33:46 +0800 Subject: [PATCH] =?UTF-8?q?1.1.3=20->=201.1.4=20=E7=AC=AC77=E6=AC=A1?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Wins/MainWin.xaml.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Wins/MainWin.xaml.cs b/Wins/MainWin.xaml.cs index 5a72e0f..473dd4d 100644 --- a/Wins/MainWin.xaml.cs +++ b/Wins/MainWin.xaml.cs @@ -308,6 +308,8 @@ public partial class MainWin : Window } NginxCleaner.Clean(); + + NginxConfWatcher_Changed(null!, null!); } } private void MihomoButton_Click(object sender, RoutedEventArgs e) @@ -375,6 +377,8 @@ public partial class MainWin : Window { mihomoProcess.Kill(); await mihomoProcess.WaitForExitAsync(); + + MihomoConfWatcher_Changed(null!, null!); } }