mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 23:57:25 +08:00
Add "Ranked & Approved Beatmaps" section
This commit is contained in:
parent
761d885167
commit
48c39b1d19
@ -17,6 +17,7 @@ namespace osu.Game.Overlays.Profile.Sections
|
|||||||
Children = new[]
|
Children = new[]
|
||||||
{
|
{
|
||||||
new PaginatedBeatmapContainer(BeatmapSetType.Favourite, User, "Favourite Beatmaps", "None... yet."),
|
new PaginatedBeatmapContainer(BeatmapSetType.Favourite, User, "Favourite Beatmaps", "None... yet."),
|
||||||
|
new PaginatedBeatmapContainer(BeatmapSetType.Ranked_And_Approved, User, "Ranked & Approved Beatmaps", "None... yet."),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user