diff --git a/osu.Game/Screens/OnlinePlay/Playlists/PlaylistsRoomSettingsOverlay.cs b/osu.Game/Screens/OnlinePlay/Playlists/PlaylistsRoomSettingsOverlay.cs index 1bd227fa4d..6674a37c3c 100644 --- a/osu.Game/Screens/OnlinePlay/Playlists/PlaylistsRoomSettingsOverlay.cs +++ b/osu.Game/Screens/OnlinePlay/Playlists/PlaylistsRoomSettingsOverlay.cs @@ -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,