mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00:00
Make skin dropdown searching non-contiguous
This commit is contained in:
parent
d4aedaf22d
commit
f45336a4f6
@ -58,6 +58,7 @@ namespace osu.Game.Overlays.Settings.Sections
|
||||
skinDropdown = new SkinSettingsDropdown
|
||||
{
|
||||
AlwaysShowSearchBar = true,
|
||||
AllowNonContiguousMatching = true,
|
||||
LabelText = SkinSettingsStrings.CurrentSkin,
|
||||
Current = skins.CurrentSkinInfo,
|
||||
Keywords = new[] { @"skins" },
|
||||
|
Loading…
Reference in New Issue
Block a user