Update profile subsections to use counters instead of missing text in line with web

This commit is contained in:
Joseph Madamba
2021-05-02 14:31:06 -07:00
parent 3e74d61dab
commit cc056088bd
6 changed files with 9 additions and 9 deletions

View File

@ -16,7 +16,7 @@ namespace osu.Game.Overlays.Profile.Sections.Historical
public class PaginatedMostPlayedBeatmapContainer : PaginatedProfileSubsection<APIUserMostPlayedBeatmap>
{
public PaginatedMostPlayedBeatmapContainer(Bindable<User> user)
: base(user, "Most Played Beatmaps", "No records. :(", CounterVisibilityState.AlwaysVisible)
: base(user, "Most Played Beatmaps")
{
ItemsPerPage = 5;
}