mirror of
https://github.com/ppy/osu
synced 2024-12-16 03:45:46 +00: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[]
|
||||
{
|
||||
new PaginatedBeatmapContainer(BeatmapSetType.Favourite, User, "Favourite Beatmaps", "None... yet."),
|
||||
new PaginatedBeatmapContainer(BeatmapSetType.Ranked_And_Approved, User, "Ranked & Approved Beatmaps", "None... yet."),
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user