From 320110f179efd7f7e4b5e565d5e85156852c04ba Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Fri, 25 Mar 2022 18:37:46 +0900 Subject: [PATCH] Remove "room visibility" from playlists settings to match --- .../Playlists/PlaylistsRoomSettingsOverlay.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/osu.Game/Screens/OnlinePlay/Playlists/PlaylistsRoomSettingsOverlay.cs b/osu.Game/Screens/OnlinePlay/Playlists/PlaylistsRoomSettingsOverlay.cs index 6674a37c3c..1bd227fa4d 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,