mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 08:03:52 +09:00
Add back "room visibility" control commented out for now
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user