Add some missing labels

This commit is contained in:
Dean Herbert
2021-10-12 14:42:22 +09:00
parent 5ca1d1d12c
commit 59202d27c7
5 changed files with 16 additions and 2 deletions

View File

@ -64,7 +64,10 @@ namespace osu.Game.Overlays.Settings.Sections
{
Children = new Drawable[]
{
skinDropdown = new SkinSettingsDropdown(),
skinDropdown = new SkinSettingsDropdown
{
LabelText = SkinSettingsStrings.CurrentSkin
},
new SettingsButton
{
Text = SkinSettingsStrings.SkinLayoutEditor,