From 654ab7eaccede7607e75ef785dde6f7804e5e39d Mon Sep 17 00:00:00 2001 From: uye <2396806385@qq.com> Date: Wed, 28 Jun 2023 13:11:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9C=AA=E8=AE=BE=E7=BD=AE=E6=97=B6?= =?UTF-8?q?=E5=89=A9=E4=BD=99=E7=90=86=E6=99=BA=E5=8B=BE=E9=80=89=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E9=94=99=E8=AF=AF=E6=98=BE=E7=A4=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 0002da14be..88cf5db9aa 100644 --- a/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs +++ b/src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs @@ -2660,7 +2660,7 @@ namespace MaaWpfGui.ViewModels.UI } } - private bool _useRemainingSanityStage = bool.Parse(ConfigurationHelper.GetValue(ConfigurationKeys.UseRemainingSanityStage, bool.FalseString)); + private bool _useRemainingSanityStage = bool.Parse(ConfigurationHelper.GetValue(ConfigurationKeys.UseRemainingSanityStage, bool.TrueString)); public bool UseRemainingSanityStage {