Add missing header to MostPlayedBeatmapsContainer

This commit is contained in:
Andrei Zavatski 2020-09-10 20:58:37 +03:00
parent 913e3faf60
commit cfc6e2175d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}