fix sf code
This commit is contained in:
parent
4d9d3319ab
commit
8c7b19f2f1
@ -33,11 +33,11 @@ namespace Zerolauncher.dialog
|
|||||||
edit_pwd.Password = acc.userPWD;
|
edit_pwd.Password = acc.userPWD;
|
||||||
edit_nick.Text = acc.nickName;
|
edit_nick.Text = acc.nickName;
|
||||||
}
|
}
|
||||||
return;
|
//return;
|
||||||
// 私服用
|
// 私服用
|
||||||
if (ServicesStaticInfo.ServicesName.Length == 1)
|
if (ServicesStaticInfo.ServicesName.Length == 1)
|
||||||
{
|
{
|
||||||
cb_pid.SelectedIndex = 1;
|
cb_pid.SelectedIndex = 0;
|
||||||
edit_sid.Text = "1";
|
edit_sid.Text = "1";
|
||||||
cb_pid.IsEditable = false;
|
cb_pid.IsEditable = false;
|
||||||
edit_sid.IsEnabled = false;
|
edit_sid.IsEnabled = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user