mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:17:23 +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,
|
||||
},
|
||||
},
|
||||
// new Section("Room visibility")
|
||||
// {
|
||||
// Alpha = disabled_alpha,
|
||||
// Child = AvailabilityPicker = new RoomAvailabilityPicker
|
||||
// {
|
||||
// Enabled = { Value = false }
|
||||
// },
|
||||
// },
|
||||
new Section("Game type")
|
||||
{
|
||||
Child = new FillFlowContainer
|
||||
|
Loading…
Reference in New Issue
Block a user