mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 15:33:21 +08:00
Select last playlist item in match subscreen
This commit is contained in:
parent
335af04764
commit
f25b5147ef
@ -302,7 +302,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
|
||||
|
||||
private void onPlaylistChanged(object sender, NotifyCollectionChangedEventArgs e)
|
||||
{
|
||||
SelectedItem.Value = Playlist.FirstOrDefault();
|
||||
SelectedItem.Value = Playlist.LastOrDefault();
|
||||
|
||||
if (SelectedItem.Value?.AllowedMods.Any() != true)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user