Add back playlist availability control (because it's hooked up half way?)

This commit is contained in:
Dean Herbert 2022-03-25 19:20:16 +09:00
parent 76abce4867
commit f989158a31

View File

@ -152,14 +152,14 @@ namespace osu.Game.Screens.OnlinePlay.Playlists
PlaceholderText = "Unlimited",
},
},
// new Section("Room visibility")
// {
// Alpha = disabled_alpha,
// Child = AvailabilityPicker = new RoomAvailabilityPicker
// {
// Enabled = { Value = false }
// },
// },
new Section("Room visibility")
{
Alpha = disabled_alpha,
Child = AvailabilityPicker = new RoomAvailabilityPicker
{
Enabled = { Value = false }
},
},
new Section("Max participants")
{
Alpha = disabled_alpha,