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:
parent
b13408aed0
commit
320110f179
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user