From 704ff47a0e3404693785ba587ff2a97b74776d3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Dach?= Date: Tue, 9 Nov 2021 08:07:56 +0100 Subject: [PATCH] Swap icon for "go to beatmap" state --- osu.Game/Beatmaps/Drawables/Cards/Buttons/DownloadButton.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Beatmaps/Drawables/Cards/Buttons/DownloadButton.cs b/osu.Game/Beatmaps/Drawables/Cards/Buttons/DownloadButton.cs index aeb36b579e..df765e1e69 100644 --- a/osu.Game/Beatmaps/Drawables/Cards/Buttons/DownloadButton.cs +++ b/osu.Game/Beatmaps/Drawables/Cards/Buttons/DownloadButton.cs @@ -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"; }