mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
@@ -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"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user