1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:47:29 +08:00

Display team seeds in map pool screen as well

This commit is contained in:
Salman Ahmed 2023-10-28 08:42:40 +03:00
parent 4371a1ab57
commit 81c1634d44

View File

@ -50,6 +50,7 @@ namespace osu.Game.Tournament.Screens.MapPool
new MatchHeader
{
ShowScores = true,
DisplaySeeds = { BindTarget = LadderInfo.DisplayTeamSeeds },
},
mapFlows = new FillFlowContainer<FillFlowContainer<TournamentBeatmapPanel>>
{