fix: 修复部分模拟器多开时进程获取错误的问题

This commit is contained in:
MistEO
2023-05-08 20:52:49 +08:00
parent 74084e0c75
commit 0993f35ffd

View File

@@ -78,7 +78,7 @@ namespace MaaWpfGui.Helper
var adbPath = Path.GetDirectoryName(processPath) + "\\" + path;
if (File.Exists(adbPath))
{
_adbAbsolutePathDict.Add(emulatorId, adbPath);
_adbAbsolutePathDict[emulatorId] = adbPath;
}
}
}