1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-17 17:17:19 +08:00

Fix incorrect trash icon being used on deleted comments counter

This commit is contained in:
Joehu 2021-03-22 19:32:17 -07:00
parent d612964ac8
commit 16b3f22caf

View File

@ -32,7 +32,7 @@ namespace osu.Game.Overlays.Comments
{
new SpriteIcon
{
Icon = FontAwesome.Solid.Trash,
Icon = FontAwesome.Regular.TrashAlt,
Size = new Vector2(14),
},
countText = new OsuSpriteText