1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 07:09:11 +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
Unverified
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
{