mirror of
https://github.com/ppy/osu
synced 2025-01-19 04:20:59 +00:00
Add missing header to MostPlayedBeatmapsContainer
This commit is contained in:
parent
913e3faf60
commit
cfc6e2175d
@ -16,7 +16,7 @@ namespace osu.Game.Overlays.Profile.Sections.Historical
|
||||
public class PaginatedMostPlayedBeatmapContainer : PaginatedContainer<APIUserMostPlayedBeatmap>
|
||||
{
|
||||
public PaginatedMostPlayedBeatmapContainer(Bindable<User> user)
|
||||
: base(user, "No records. :(")
|
||||
: base(user, "No records. :(", "Most Played Beatmaps")
|
||||
{
|
||||
ItemsPerPage = 5;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user