Make skin dropdown searching non-contiguous

This commit is contained in:
Salman Ahmed 2023-12-05 22:53:35 +03:00
parent d4aedaf22d
commit f45336a4f6

View File

@ -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" },