mirror of
https://github.com/osukey/osukey.git
synced 2025-06-03 20:07:18 +09: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