mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 04:52:55 +08:00
Swap icon for "go to beatmap" state
This commit is contained in:
parent
2186b51676
commit
704ff47a0e
@ -128,7 +128,7 @@ namespace osu.Game.Beatmaps.Drawables.Cards.Buttons
|
||||
{
|
||||
this.beatmapSet = beatmapSet;
|
||||
|
||||
Icon.Icon = FontAwesome.Regular.PlayCircle;
|
||||
Icon.Icon = FontAwesome.Solid.AngleDoubleRight;
|
||||
TooltipText = "Go to beatmap";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user