feat: 支持蓝叠hyperV使用自动检测

This commit is contained in:
uye
2023-05-11 23:04:30 +08:00
parent 97228d3c74
commit e3efdaeab4

View File

@@ -1141,6 +1141,8 @@ namespace MaaWpfGui.Main
{
return false;
}
Instances.SettingsViewModel.TryToSetBlueStacksHyperVAddress();
}
bool ret = AsstConnect(_handle, Instances.SettingsViewModel.AdbPath, Instances.SettingsViewModel.ConnectAddress, Instances.SettingsViewModel.ConnectConfig);