mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:02:55 +08: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