mirror of
https://github.com/ppy/osu
synced 2025-01-20 04:50:50 +00:00
move fallback text to PlaceholderText
This commit is contained in:
parent
0c35128ead
commit
438f3e6349
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user