1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:52:54 +08:00

Use bindable value for search text

This commit is contained in:
smoogipoo 2020-09-11 17:45:57 +09:00
parent 6327f12fe4
commit b047fbb8ee

View File

@ -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
};