mirror of
https://github.com/ppy/osu
synced 2025-01-24 23:03:14 +00:00
Disallow item selection in playlists song select
This commit is contained in:
parent
17d676200b
commit
0963b00453
@ -46,8 +46,7 @@ namespace osu.Game.Screens.OnlinePlay.Components
|
|||||||
Padding = new MarginPadding { Bottom = 10 },
|
Padding = new MarginPadding { Bottom = 10 },
|
||||||
Child = playlist = new PlaylistsRoomSettingsPlaylist
|
Child = playlist = new PlaylistsRoomSettingsPlaylist
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both
|
||||||
AllowSelection = true,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user