mirror of
https://github.com/ppy/osu
synced 2024-12-15 11:25:29 +00:00
expanded -> expand
This commit is contained in:
parent
c30e467717
commit
0db9816321
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user