mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:12:54 +08:00
Fix wrong icon for approval event
This commit is contained in:
parent
f1e0dd2da3
commit
2ba127b6fc
@ -46,7 +46,7 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
|
||||
break;
|
||||
|
||||
case RecentActivityType.BeatmapsetApprove:
|
||||
icon.Icon = FontAwesome.Solid.ArrowUp;
|
||||
icon.Icon = FontAwesome.Solid.Check;
|
||||
icon.Colour = getColorForApprovalType(activity.Approval);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user