chore: 勾选手动填写实例号后查询一次实例

This commit is contained in:
uye
2025-07-09 17:35:37 +08:00
parent 6778ad4f6e
commit edca2ea538

View File

@@ -518,6 +518,11 @@ public class ConnectSettingsUserControlModel : PropertyChangedBase
return;
}
if (value)
{
Index = GetEmulatorIndex(SettingsViewModel.ConnectSettings.ConnectAddress).ToString();
}
SetAndNotify(ref _manualSetIndex, value);
Instances.AsstProxy.Connected = false;
ConfigurationHelper.SetValue(ConfigurationKeys.LdPlayerManualSetIndex, value.ToString());