mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-13 21:02:08 +08:00
1.1.3 -> 1.1.4 第77次更新
This commit is contained in:
parent
92f55711a6
commit
c7efd8df68
@ -308,6 +308,8 @@ public partial class MainWin : Window
|
|||||||
}
|
}
|
||||||
|
|
||||||
NginxCleaner.Clean();
|
NginxCleaner.Clean();
|
||||||
|
|
||||||
|
NginxConfWatcher_Changed(null!, null!);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private void MihomoButton_Click(object sender, RoutedEventArgs e)
|
private void MihomoButton_Click(object sender, RoutedEventArgs e)
|
||||||
@ -375,6 +377,8 @@ public partial class MainWin : Window
|
|||||||
{
|
{
|
||||||
mihomoProcess.Kill();
|
mihomoProcess.Kill();
|
||||||
await mihomoProcess.WaitForExitAsync();
|
await mihomoProcess.WaitForExitAsync();
|
||||||
|
|
||||||
|
MihomoConfWatcher_Changed(null!, null!);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user