mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Only expose bindable string rather than full textbox
This commit is contained in:
@ -180,7 +180,7 @@ namespace osu.Game.Screens.Select
|
||||
void searchOnSongSelect(string text)
|
||||
{
|
||||
if (songSelect != null)
|
||||
songSelect.FilterControl.SearchTextBox.Text = text;
|
||||
songSelect.FilterControl.CurrentTextSearch.Value = text;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user