1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 21:15:31 +08:00

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
Unverified
parent 76abce4867
commit f989158a31
@@ -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,