mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-14 05:12:09 +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
|
try
|
||||||
{
|
{
|
||||||
certStore.Remove(storedCert);
|
certStore.Remove(storedCert);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
catch { }
|
catch { }
|
||||||
|
@ -363,7 +363,7 @@ public partial class MainWin : Window
|
|||||||
|
|
||||||
private void EditHostButton_Click(object sender, RoutedEventArgs e)
|
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;
|
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)
|
private void EditConfButton_Click(object sender, RoutedEventArgs e)
|
||||||
{
|
{
|
||||||
Button? senderButton = sender as Button;
|
Button senderButton = (Button)sender;
|
||||||
string confPath;
|
string confPath;
|
||||||
|
|
||||||
if (senderButton == EditHostsConfButton)
|
if (senderButton == EditHostsConfButton)
|
||||||
|
Loading…
Reference in New Issue
Block a user