1
0
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:
Salman Ahmed 2023-12-05 22:53:24 +03:00
parent ee2e176082
commit d4aedaf22d

View File

@ -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
{