mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 13:22:55 +08:00
Use bindable value for search text
This commit is contained in:
parent
6327f12fe4
commit
b047fbb8ee
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user