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 }, Padding = new MarginPadding { Bottom = 10 },
Child = playlist = new PlaylistsRoomSettingsPlaylist Child = playlist = new PlaylistsRoomSettingsPlaylist
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both
AllowSelection = true,
} }
} }
}, },