fix: 模拟器路径选择功能弹窗异常

fix #12612
This commit is contained in:
uye
2025-05-09 13:51:55 +08:00
parent 9aea298b9e
commit f7429c0cea

View File

@@ -186,7 +186,7 @@ public class StartSettingsUserControlModel : PropertyChangedBase
LocalizationHelper.GetString("OpenEmulatorAfterLaunch")));
}
}
else if (!File.Exists(EmulatorPath))
else if (!File.Exists(value))
{
Growl.Warning(LocalizationHelper.GetString("EmulatorPathNotExist"));
}