1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-06 21:02:59 +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 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
{ {