1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Remove "room visibility" from playlists settings to match

This commit is contained in:
Dean Herbert 2022-03-25 18:37:46 +09:00
parent b13408aed0
commit 320110f179

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,