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

This commit is contained in:
MistEO
2022-09-07 22:29:55 +08:00
parent bb860138e5
commit abaa495d71

View File

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