mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
chore: 勾选手动填写实例号后查询一次实例
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user