mirror of
https://github.com/ppy/osu
synced 2024-12-15 03:16:17 +00:00
same for PaginatedScoreContainer
This commit is contained in:
parent
4264641303
commit
9aaefb5e97
@ -41,7 +41,7 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks
|
||||
ShowMoreButton.FadeTo(scores.Count == ItemsPerPage ? 1 : 0);
|
||||
ShowMoreLoading.Hide();
|
||||
|
||||
if (!scores.Any())
|
||||
if (!scores.Any() && VisiblePages == 1)
|
||||
{
|
||||
MissingText.Show();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user