move fallback text to PlaceholderText

This commit is contained in:
hbnrmx 2021-04-02 17:57:21 +02:00
parent 0c35128ead
commit 438f3e6349

View File

@ -73,7 +73,8 @@ namespace osu.Game.Screens.Edit.Setup
audioTrackTextBox = new FileChooserLabelledTextBox
{
Label = "Audio Track",
Current = { Value = working.Value.Metadata.AudioFile ?? "Click to select a track" },
PlaceholderText = "Click to select a track",
Current = { Value = working.Value.Metadata.AudioFile },
Target = audioTrackFileChooserContainer,
TabbableContentContainer = this
},