mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +08:00
Allow searching for "skins" to find current skin setting
This commit is contained in:
parent
d4c539687e
commit
d88fd8a5b0
@ -62,7 +62,8 @@ namespace osu.Game.Overlays.Settings.Sections
|
||||
{
|
||||
skinDropdown = new SkinSettingsDropdown
|
||||
{
|
||||
LabelText = SkinSettingsStrings.CurrentSkin
|
||||
LabelText = SkinSettingsStrings.CurrentSkin,
|
||||
Keywords = new[] { @"skins" }
|
||||
},
|
||||
new SettingsButton
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user