fix: 修复奇怪的合并冲突

fix 8ed735619d
This commit is contained in:
zzyyyl
2023-02-14 20:09:51 +08:00
parent 88831d180f
commit ac62981447

View File

@@ -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<TaskQueueViewModel>();
mainModel.RemainingSanityStageDisplay1 = UseRemainingSanityStage && !value;
mainModel.RemainingSanityStageDisplay2 = UseRemainingSanityStage && value;
mainModel.CustomStageCode = value;
ViewStatusStorage.Set("GUI.CustomStageCode", value.ToString());
>>>>>>> stable
}
}