mirror of
https://github.com/ppy/osu.git
synced 2025-03-18 03:27:20 +08:00
Fix incorrect trash icon being used on deleted comments counter
This commit is contained in:
parent
d612964ac8
commit
16b3f22caf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user