mirror of
https://github.com/osukey/osukey.git
synced 2025-07-30 06:35:27 +09:00
CI fixes
This commit is contained in:
@ -116,7 +116,7 @@ namespace osu.Game.Overlays.Profile.Sections
|
||||
return;
|
||||
}
|
||||
|
||||
LoadComponentsAsync(items.Where(item => AllowCreate(item)).Select(CreateDrawableItem), drawables =>
|
||||
LoadComponentsAsync(items.Where(AllowCreate).Select(CreateDrawableItem), drawables =>
|
||||
{
|
||||
missingText.Hide();
|
||||
moreButton.FadeTo(items.Count == ItemsPerPage ? 1 : 0);
|
||||
|
Reference in New Issue
Block a user