From e210ec4de16e6ebc561a17d38e5ece3f8e4e739d Mon Sep 17 00:00:00 2001 From: status102 <102887808+status102@users.noreply.github.com> Date: Sun, 5 May 2024 12:02:42 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20mumu12=E6=A8=A1=E6=8B=9F=E5=99=A8?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E9=BB=98=E8=AE=A4=E5=80=BC=E7=BD=AE=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs b/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs index 296571c25e..5b87cbb7ff 100644 --- a/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs +++ b/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs @@ -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; ///