mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Play first visible set in playlist when commiting in the search field.
This commit is contained in:
@ -22,6 +22,8 @@ namespace osu.Game.Overlays.Music
|
||||
}
|
||||
}
|
||||
|
||||
public BeatmapSetInfo FirstVisibleSet => items.Children.FirstOrDefault(i => i.MatchingCurrentFilter)?.BeatmapSetInfo;
|
||||
|
||||
private void itemSelected(BeatmapSetInfo b)
|
||||
{
|
||||
OnSelect?.Invoke(b);
|
||||
|
Reference in New Issue
Block a user