mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Remove repetitive code
This commit is contained in:
@ -101,9 +101,6 @@ namespace osu.Game.Overlays.Profile.Sections
|
||||
{
|
||||
Schedule(() =>
|
||||
{
|
||||
moreButton.FadeTo(items.Count == ItemsPerPage ? 1 : 0);
|
||||
moreButton.IsLoading = false;
|
||||
|
||||
if (!items.Any() && VisiblePages == 1)
|
||||
{
|
||||
moreButton.Hide();
|
||||
|
Reference in New Issue
Block a user