mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 23:50:29 +08:00
Always show search bar in skin dropdown for visibility
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user