mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Fix incorrect trash icon being used on deleted comments counter
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user