expanded -> expand

This commit is contained in:
為什麼 2019-06-14 11:23:41 +08:00
parent c30e467717
commit 0db9816321

View File

@ -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);