1
0
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:
Dean Herbert 2022-07-07 18:26:04 +09:00
parent d4c539687e
commit d88fd8a5b0

View File

@ -62,7 +62,8 @@ namespace osu.Game.Overlays.Settings.Sections
{
skinDropdown = new SkinSettingsDropdown
{
LabelText = SkinSettingsStrings.CurrentSkin
LabelText = SkinSettingsStrings.CurrentSkin,
Keywords = new[] { @"skins" }
},
new SettingsButton
{