mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Reorder enum cases to match web order
This commit is contained in:
@ -75,11 +75,6 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
|
|||||||
icon.Colour = Color4.White;
|
icon.Colour = Color4.White;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case RecentActivityType.UsernameChange:
|
|
||||||
icon.Icon = FontAwesome.Solid.Tag;
|
|
||||||
icon.Colour = Color4.White;
|
|
||||||
break;
|
|
||||||
|
|
||||||
case RecentActivityType.UserSupportAgain:
|
case RecentActivityType.UserSupportAgain:
|
||||||
icon.Icon = FontAwesome.Solid.Heart;
|
icon.Icon = FontAwesome.Solid.Heart;
|
||||||
icon.Colour = colours.Pink;
|
icon.Colour = colours.Pink;
|
||||||
@ -94,6 +89,11 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
|
|||||||
icon.Icon = FontAwesome.Solid.Gift;
|
icon.Icon = FontAwesome.Solid.Gift;
|
||||||
icon.Colour = colours.Pink;
|
icon.Colour = colours.Pink;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case RecentActivityType.UsernameChange:
|
||||||
|
icon.Icon = FontAwesome.Solid.Tag;
|
||||||
|
icon.Colour = Color4.White;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user