fix sf code index

This commit is contained in:
1415ddfer 2024-03-19 21:50:20 +08:00
parent f6f5da37b6
commit b87eef10fe

View File

@ -37,7 +37,7 @@ namespace Zerolauncher.dialog
// 私服用
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;