Merge branch 'master' into user-class-cleanup

This commit is contained in:
Dean Herbert
2021-11-05 13:55:22 +09:00
8 changed files with 28 additions and 19 deletions

View File

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