Skip to content

Commit

Permalink
1.1.3 -> 1.1.4 第9次更新
Browse files Browse the repository at this point in the history
SpaceTimee committed Nov 18, 2024
1 parent a4ff797 commit fe44a52
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Sheas-Cealer.csproj
Original file line number Diff line number Diff line change
@@ -76,10 +76,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="*" />
<PackageReference Include="MaterialDesignThemes" Version="5.0.0" />
<PackageReference Include="NginxConfigParser" Version="0.1.4" />
<PackageReference Include="YamlDotNet" Version="16.1.3" />
<PackageReference Include="NginxConfigParser" Version="*" />
<PackageReference Include="YamlDotNet" Version="*" />
</ItemGroup>

<ItemGroup>
6 changes: 0 additions & 6 deletions Wins/MainWin.xaml.cs
Original file line number Diff line number Diff line change
@@ -268,9 +268,6 @@ await Task.Run(() =>
File.WriteAllText(MainConst.NginxConfPath, ExtraNginxConfs);
NginxConfWatcher.EnableRaisingEvents = true;
MainPres.IsNginxIniting = false;

if (sender == null)
Application.Current.Dispatcher.InvokeShutdown();
}
else
foreach (Process nginxProcess in Process.GetProcessesByName(Path.GetFileNameWithoutExtension(MainConst.NginxPath)))
@@ -333,9 +330,6 @@ await Task.Run(() =>
File.WriteAllText(MainConst.MihomoConfPath, ExtraMihomoConfs);
MihomoConfWatcher.EnableRaisingEvents = true;
MainPres.IsMihomoIniting = false;
if (sender == null)
Application.Current.Dispatcher.InvokeShutdown();
}
else
foreach (Process mihomoProcess in Process.GetProcessesByName(Path.GetFileNameWithoutExtension(MainConst.MihomoPath)))

0 comments on commit fe44a52

Please sign in to comment.