mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 01:40:03 +08:00
Remove description from mod search terms
Closes https://github.com/ppy/osu/issues/27111.
This commit is contained in:
@@ -77,12 +77,11 @@ namespace osu.Game.Overlays.Mods
|
||||
/// <seealso cref="ModState.Visible"/>
|
||||
public bool Visible => modState.Visible;
|
||||
|
||||
public override IEnumerable<LocalisableString> FilterTerms => new[]
|
||||
public override IEnumerable<LocalisableString> FilterTerms => new LocalisableString[]
|
||||
{
|
||||
Mod.Name,
|
||||
Mod.Name.Replace(" ", string.Empty),
|
||||
Mod.Acronym,
|
||||
Mod.Description
|
||||
};
|
||||
|
||||
public override bool MatchingFilter
|
||||
|
||||
Reference in New Issue
Block a user