mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
SupporterLevel -> SupportLevel
This commit is contained in:
@ -19,7 +19,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
||||
|
||||
public string TooltipText => "osu!supporter";
|
||||
|
||||
public int SupporterLevel
|
||||
public int SupportLevel
|
||||
{
|
||||
set
|
||||
{
|
||||
|
@ -157,7 +157,7 @@ namespace osu.Game.Overlays.Profile.Header
|
||||
openUserExternally.Link = $@"https://osu.ppy.sh/users/{user?.Id ?? 0}";
|
||||
userFlag.Country = user?.Country;
|
||||
userCountryText.Text = user?.Country?.FullName ?? "Alien";
|
||||
supporterTag.SupporterLevel = user?.SupportLevel ?? 0;
|
||||
supporterTag.SupportLevel = user?.SupportLevel ?? 0;
|
||||
titleText.Text = user?.Title ?? string.Empty;
|
||||
titleText.Colour = OsuColour.FromHex(user?.Colour ?? "fff");
|
||||
|
||||
|
Reference in New Issue
Block a user