Rename button class and add basic progress display

This commit is contained in:
Dean Herbert
2022-07-19 18:16:30 +09:00
parent da360af15a
commit a16bf35581
2 changed files with 35 additions and 5 deletions

View File

@ -72,7 +72,7 @@ namespace osu.Game.Screens.Select.Carousel
RelativeSizeAxes = Axes.Y,
Children = new Drawable[]
{
new UpdateRequiredIcon(beatmapSet),
new UpdateBeatmapSetButton(beatmapSet),
}
},
new BeatmapSetOnlineStatusPill