mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Hook up collection filter
This commit is contained in:
@ -60,6 +60,9 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
match &= terms.Any(term => term.IndexOf(criteriaTerm, StringComparison.InvariantCultureIgnoreCase) >= 0);
|
||||
}
|
||||
|
||||
if (match)
|
||||
match &= criteria.Collection?.ContainsBeatmap(Beatmap) ?? true;
|
||||
|
||||
Filtered.Value = !match;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user