mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
fix CI issues
This commit is contained in:
@ -159,7 +159,7 @@ namespace osu.Game.Overlays.Profile.Sections
|
||||
showMoreText.Show();
|
||||
}
|
||||
|
||||
public void ShowMore() => showMoreText.Alpha = Children.Where(d => !d.IsPresent).Where((d, i) => (d.Alpha = (i < 5 ? 1 : 0)) == 0).Any() ? 1 : 0;
|
||||
public void ShowMore() => showMoreText.Alpha = Children.Where(d => !d.IsPresent).Where((d, i) => (d.Alpha = i < 5 ? 1 : 0) == 0).Any() ? 1 : 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user