diff --git a/src/MaaWpfGui/Main/SettingsViewModel.cs b/src/MaaWpfGui/Main/SettingsViewModel.cs index 06d1fec44a..53d30dd31b 100644 --- a/src/MaaWpfGui/Main/SettingsViewModel.cs +++ b/src/MaaWpfGui/Main/SettingsViewModel.cs @@ -2323,16 +2323,8 @@ namespace MaaWpfGui set { SetAndNotify(ref _customStageCode, value); -<<<<<<< HEAD ViewStatusStorage.Set("GUI.CustomStageCode", value.ToString()); _taskQueueViewModel.CustomStageCode = value; -======= - var mainModel = _container.Get(); - mainModel.RemainingSanityStageDisplay1 = UseRemainingSanityStage && !value; - mainModel.RemainingSanityStageDisplay2 = UseRemainingSanityStage && value; - mainModel.CustomStageCode = value; - ViewStatusStorage.Set("GUI.CustomStageCode", value.ToString()); ->>>>>>> stable } }