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:
parent
335af04764
commit
f25b5147ef
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user