mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 19:22:56 +08:00
Add back "room visibility" control commented out for now
This commit is contained in:
parent
c1649714f4
commit
b13408aed0
@ -165,6 +165,14 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
|||||||
LengthLimit = 100,
|
LengthLimit = 100,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
// new Section("Room visibility")
|
||||||
|
// {
|
||||||
|
// Alpha = disabled_alpha,
|
||||||
|
// Child = AvailabilityPicker = new RoomAvailabilityPicker
|
||||||
|
// {
|
||||||
|
// Enabled = { Value = false }
|
||||||
|
// },
|
||||||
|
// },
|
||||||
new Section("Game type")
|
new Section("Game type")
|
||||||
{
|
{
|
||||||
Child = new FillFlowContainer
|
Child = new FillFlowContainer
|
||||||
|
Loading…
Reference in New Issue
Block a user