mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:07:38 +08: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 },
|
||||
Child = playlist = new PlaylistsRoomSettingsPlaylist
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
AllowSelection = true,
|
||||
RelativeSizeAxes = Axes.Both
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user