mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 22:22:56 +08:00
Fix options dropdown labels never being displayed.
This commit is contained in:
parent
1b0f353af3
commit
57c2dd1f49
@ -24,6 +24,7 @@ namespace osu.Game.Overlays.Options
|
|||||||
set
|
set
|
||||||
{
|
{
|
||||||
text.Text = value;
|
text.Text = value;
|
||||||
|
text.Alpha = !string.IsNullOrEmpty(value) ? 1 : 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user