mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 04:59:54 +08:00
Use bindable value for search text
This commit is contained in:
@@ -52,7 +52,7 @@ namespace osu.Game.Overlays.Music
|
||||
|
||||
private FilterCriteria createCriteria() => new FilterCriteria
|
||||
{
|
||||
SearchText = Search.Text,
|
||||
SearchText = Search.Current.Value,
|
||||
Collection = collectionDropdown.Current.Value?.Collection
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user