mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
fix: 修复手动输入关卡选项和其他选项排列组合时的界面显示问题
This commit is contained in:
@@ -1409,6 +1409,8 @@ namespace MeoAsstGui
|
||||
{
|
||||
SetAndNotify(ref _customStageCode, value);
|
||||
NotCustomStageCode = !value;
|
||||
var settingsModel = _container.Get<SettingsViewModel>();
|
||||
AlternateStageDisplay = !value && settingsModel.UseAlternateStage;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user