mirror of
https://github.com/ppy/osu.git
synced 2025-02-06 23:53:00 +08:00
Always show search bar in skin dropdown for visibility
This commit is contained in:
parent
ee2e176082
commit
d4aedaf22d
@ -57,9 +57,10 @@ namespace osu.Game.Overlays.Settings.Sections
|
|||||||
{
|
{
|
||||||
skinDropdown = new SkinSettingsDropdown
|
skinDropdown = new SkinSettingsDropdown
|
||||||
{
|
{
|
||||||
|
AlwaysShowSearchBar = true,
|
||||||
LabelText = SkinSettingsStrings.CurrentSkin,
|
LabelText = SkinSettingsStrings.CurrentSkin,
|
||||||
Current = skins.CurrentSkinInfo,
|
Current = skins.CurrentSkinInfo,
|
||||||
Keywords = new[] { @"skins" }
|
Keywords = new[] { @"skins" },
|
||||||
},
|
},
|
||||||
new SettingsButton
|
new SettingsButton
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user