mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
expanded -> expand
This commit is contained in:
@ -51,9 +51,9 @@ namespace osu.Game.Overlays.Mods
|
||||
ButtonsContainer.Children = modContainers;
|
||||
buttons = modContainers.OfType<ModButton>().ToArray();
|
||||
|
||||
var expanded = value.Any();
|
||||
var expand = value.Any();
|
||||
|
||||
if (expanded)
|
||||
if (expand)
|
||||
{
|
||||
AutoSizeAxes = Axes.Y;
|
||||
headerLabel.FadeIn(200);
|
||||
|
Reference in New Issue
Block a user