mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:12:57 +08:00
Add non-whitespace search term for mods
This commit is contained in:
parent
c7f80087e1
commit
0fff9d4937
@ -80,6 +80,7 @@ namespace osu.Game.Overlays.Mods
|
||||
public override IEnumerable<LocalisableString> FilterTerms => new[]
|
||||
{
|
||||
Mod.Name,
|
||||
Mod.Name.Replace(" ", string.Empty),
|
||||
Mod.Acronym,
|
||||
Mod.Description
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user