1
0
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:
Dan Balasescu 2021-12-09 17:33:59 +09:00
parent 17d676200b
commit 0963b00453

View File

@ -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
}
}
},