mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Match approval type-dependent icon appearance with web
This commit is contained in:
@ -120,7 +120,7 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
|
||||
};
|
||||
|
||||
default:
|
||||
return new RecentActivityIcon(activity.Type)
|
||||
return new RecentActivityIcon(activity)
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Height = 11,
|
||||
|
Reference in New Issue
Block a user