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