mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Swap icon for "go to beatmap" state
This commit is contained in:
@ -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";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user