fix: 修复手动输入关卡选项和其他选项排列组合时的界面显示问题

This commit is contained in:
MistEO
2022-09-07 22:29:55 +08:00
parent cd5ea8754b
commit 45e4f01d8b

View File

@@ -1409,6 +1409,8 @@ namespace MeoAsstGui
{
SetAndNotify(ref _customStageCode, value);
NotCustomStageCode = !value;
var settingsModel = _container.Get<SettingsViewModel>();
AlternateStageDisplay = !value && settingsModel.UseAlternateStage;
}
}