mirror of
https://github.com/ppy/osu
synced 2024-12-23 23:33:36 +00:00
Reorder enum cases to match web order
This commit is contained in:
parent
6a9c30c47a
commit
ab1b38242f
@ -75,11 +75,6 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
|
||||
icon.Colour = Color4.White;
|
||||
break;
|
||||
|
||||
case RecentActivityType.UsernameChange:
|
||||
icon.Icon = FontAwesome.Solid.Tag;
|
||||
icon.Colour = Color4.White;
|
||||
break;
|
||||
|
||||
case RecentActivityType.UserSupportAgain:
|
||||
icon.Icon = FontAwesome.Solid.Heart;
|
||||
icon.Colour = colours.Pink;
|
||||
@ -94,6 +89,11 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
|
||||
icon.Icon = FontAwesome.Solid.Gift;
|
||||
icon.Colour = colours.Pink;
|
||||
break;
|
||||
|
||||
case RecentActivityType.UsernameChange:
|
||||
icon.Icon = FontAwesome.Solid.Tag;
|
||||
icon.Colour = Color4.White;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user