mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 18:32:56 +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",
|
PlaceholderText = "Unlimited",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
new Section("Room visibility")
|
// new Section("Room visibility")
|
||||||
{
|
// {
|
||||||
Alpha = disabled_alpha,
|
// Alpha = disabled_alpha,
|
||||||
Child = AvailabilityPicker = new RoomAvailabilityPicker
|
// Child = AvailabilityPicker = new RoomAvailabilityPicker
|
||||||
{
|
// {
|
||||||
Enabled = { Value = false }
|
// Enabled = { Value = false }
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
new Section("Max participants")
|
new Section("Max participants")
|
||||||
{
|
{
|
||||||
Alpha = disabled_alpha,
|
Alpha = disabled_alpha,
|
||||||
|
Loading…
Reference in New Issue
Block a user