Adjust profile ruleset selector to new design

Looks weird with `AlwaysPresent`.
This commit is contained in:
Salman Ahmed 2022-04-29 12:19:47 +03:00
parent 3829d27845
commit 4016fe1e19
1 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,7 @@ public bool IsDefault
isDefault = value;
icon.FadeTo(isDefault ? 1 : 0, 200, Easing.OutQuint);
icon.Alpha = isDefault ? 1 : 0;
}
}
@ -47,7 +47,6 @@ public ProfileRulesetTabItem(RulesetInfo value)
Origin = Anchor.Centre,
Anchor = Anchor.Centre,
Alpha = 0,
AlwaysPresent = true,
Icon = FontAwesome.Solid.Star,
Size = new Vector2(12),
});