mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-13 21:02:08 +08:00
1.1.3 -> 1.1.4 第46次更新
This commit is contained in:
parent
6ebc22c8ea
commit
5a0a05e62f
@ -31,6 +31,7 @@ namespace Sheas_Cealer.Utils
|
||||
try
|
||||
{
|
||||
certStore.Remove(storedCert);
|
||||
|
||||
break;
|
||||
}
|
||||
catch { }
|
||||
|
@ -363,7 +363,7 @@ public partial class MainWin : Window
|
||||
|
||||
private void EditHostButton_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
Button? senderButton = sender as Button;
|
||||
Button senderButton = (Button)sender;
|
||||
|
||||
string cealHostPath = senderButton == EditLocalHostButton ? MainConst.LocalHostPath : MainConst.UpstreamHostPath;
|
||||
|
||||
@ -375,7 +375,7 @@ public partial class MainWin : Window
|
||||
}
|
||||
private void EditConfButton_Click(object sender, RoutedEventArgs e)
|
||||
{
|
||||
Button? senderButton = sender as Button;
|
||||
Button senderButton = (Button)sender;
|
||||
string confPath;
|
||||
|
||||
if (senderButton == EditHostsConfButton)
|
||||
|
Loading…
Reference in New Issue
Block a user