mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 15:02:54 +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
|
skinDropdown = new SkinSettingsDropdown
|
||||||
{
|
{
|
||||||
LabelText = SkinSettingsStrings.CurrentSkin
|
LabelText = SkinSettingsStrings.CurrentSkin,
|
||||||
|
Keywords = new[] { @"skins" }
|
||||||
},
|
},
|
||||||
new SettingsButton
|
new SettingsButton
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user