mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix labelled drawable descriptions not showing
This commit is contained in:
@ -168,7 +168,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
||||
{
|
||||
descriptionText.Text = value;
|
||||
|
||||
if (value == default)
|
||||
if (!string.IsNullOrEmpty(value.ToString()))
|
||||
descriptionText.Show();
|
||||
else
|
||||
descriptionText.Hide();
|
||||
|
Reference in New Issue
Block a user