Rename MatchSettingsOverlay and related classes

Because "match" is a multiplayer-only concept.
This commit is contained in:
smoogipoo
2021-08-17 17:14:21 +09:00
parent 6416e64e06
commit 5d72c5911a
6 changed files with 8 additions and 8 deletions

View File

@ -110,7 +110,7 @@ namespace osu.Game.Tests.Visual.Playlists
AddUntilStep("error not displayed", () => !settings.ErrorText.IsPresent);
}
private class TestRoomSettings : PlaylistsMatchSettingsOverlay
private class TestRoomSettings : PlaylistsRoomSettingsOverlay
{
public TriangleButton ApplyButton => ((MatchSettings)Settings).ApplyButton;