1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:22:55 +08:00

Merge pull request #19028 from peppy/add-skin-keyword

Allow searching for "skins" to find current skin setting
This commit is contained in:
Dan Balasescu 2022-07-07 19:40:23 +09:00 committed by GitHub
commit 5e3c6d6e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
{