fix: 关卡列表显示不刷新

This commit is contained in:
status102
2026-01-19 11:53:35 +08:00
parent e483ac01f6
commit a8304ff5db

View File

@@ -643,6 +643,7 @@ public class FightSettingsUserControlModel : TaskSettingsViewModel
fight.StagePlan.Add(string.Empty);
}
InitDrops();
UpdateStageList(); // 临时修复, 应为同步
RefreshCurrentStagePlan();
RefreshWeeklySchedule();
Refresh();