mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 10:40:12 +08:00
Add missing header to MostPlayedBeatmapsContainer
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user