1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 03:22:55 +08:00

Merge pull request #12148 from Joehuu/fix-deleted-comments-trash-icon

Fix incorrect trash icon being used on deleted comments counter
This commit is contained in:
Dean Herbert 2021-03-23 11:53:14 +09:00 committed by GitHub
commit c89199b38b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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