perf: mumu12模拟器路径默认值置空

This commit is contained in:
status102
2024-05-05 12:02:42 +08:00
parent 0fa464d858
commit e210ec4de1

View File

@@ -3307,7 +3307,7 @@ namespace MaaWpfGui.ViewModels.UI
}
}
private static readonly string _configuredPath = ConfigurationHelper.GetValue(ConfigurationKeys.MuMu12EmulatorPath, @"C:\Program Files\Netease\MuMuPlayer-12.0");
private static readonly string _configuredPath = ConfigurationHelper.GetValue(ConfigurationKeys.MuMu12EmulatorPath, string.Empty);
private string _emulatorPath = Directory.Exists(_configuredPath) ? _configuredPath : string.Empty;
/// <summary>