1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 00:42:55 +08:00

Select last playlist item in match subscreen

This commit is contained in:
smoogipoo 2021-02-16 15:37:45 +09:00
parent 335af04764
commit f25b5147ef

View File

@ -302,7 +302,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
private void onPlaylistChanged(object sender, NotifyCollectionChangedEventArgs e) private void onPlaylistChanged(object sender, NotifyCollectionChangedEventArgs e)
{ {
SelectedItem.Value = Playlist.FirstOrDefault(); SelectedItem.Value = Playlist.LastOrDefault();
if (SelectedItem.Value?.AllowedMods.Any() != true) if (SelectedItem.Value?.AllowedMods.Any() != true)
{ {