1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 02:23:21 +08:00

Swap icon for "go to beatmap" state

This commit is contained in:
Bartłomiej Dach 2021-11-09 08:07:56 +01:00
parent 2186b51676
commit 704ff47a0e
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -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";
}