mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
quality: convert getter property to method so that sensible information can be hidden via an argument
This commit is contained in:
@ -106,7 +106,7 @@ namespace osu.Game.Users
|
||||
// Set status message based on activity (if we have one) and status is not offline
|
||||
if (activity != null && !(status is UserStatusOffline))
|
||||
{
|
||||
statusMessage.Text = activity.Status;
|
||||
statusMessage.Text = activity.GetStatus();
|
||||
statusIcon.FadeColour(activity.GetAppropriateColour(Colours), 500, Easing.OutQuint);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user