Remove mentions of "panel" and "direct" from names of old download buttons

This commit is contained in:
Bartłomiej Dach
2021-11-27 15:08:03 +01:00
parent a043d1e427
commit 05f7ea6b6d
5 changed files with 8 additions and 8 deletions

View File

@ -285,7 +285,7 @@ namespace osu.Game.Overlays.BeatmapSet
{
case DownloadState.LocallyAvailable:
// temporary for UX until new design is implemented.
downloadButtonsContainer.Child = new BeatmapPanelDownloadButton(BeatmapSet.Value)
downloadButtonsContainer.Child = new BeatmapDownloadButton(BeatmapSet.Value)
{
Width = 50,
RelativeSizeAxes = Axes.Y,