fix sf code

This commit is contained in:
1415ddfer 2024-03-19 21:50:07 +08:00
parent 4d9d3319ab
commit 8c7b19f2f1

View File

@ -33,11 +33,11 @@ namespace Zerolauncher.dialog
edit_pwd.Password = acc.userPWD;
edit_nick.Text = acc.nickName;
}
return;
//return;
// 私服用
if (ServicesStaticInfo.ServicesName.Length == 1)
{
cb_pid.SelectedIndex = 1;
cb_pid.SelectedIndex = 0;
edit_sid.Text = "1";
cb_pid.IsEditable = false;
edit_sid.IsEnabled = false;