Remove 'submit' sample usages

This commit is contained in:
Jamie Taylor
2022-06-01 21:00:14 +09:00
parent fcf51a6f51
commit 365819865e
14 changed files with 9 additions and 25 deletions

View File

@ -35,7 +35,7 @@ namespace osu.Game.Beatmaps.Drawables.Cards
protected readonly BeatmapDownloadTracker DownloadTracker;
protected BeatmapCard(APIBeatmapSet beatmapSet, bool allowExpansion = true)
: base(HoverSampleSet.Submit)
: base(HoverSampleSet.Button)
{
Expanded = new BindableBool { Disabled = !allowExpansion };