mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:52:54 +08:00
Merge branch 'master' into fix-importing-some-beatmaps
This commit is contained in:
commit
40652d2e74
@ -382,7 +382,7 @@ namespace osu.Game.Overlays.Profile
|
|||||||
}
|
}
|
||||||
|
|
||||||
tryAddInfoRightLine(FontAwesome.fa_map_marker, user.Location);
|
tryAddInfoRightLine(FontAwesome.fa_map_marker, user.Location);
|
||||||
tryAddInfoRightLine(FontAwesome.fa_heart_o, user.Intrerests);
|
tryAddInfoRightLine(FontAwesome.fa_heart_o, user.Interests);
|
||||||
tryAddInfoRightLine(FontAwesome.fa_suitcase, user.Occupation);
|
tryAddInfoRightLine(FontAwesome.fa_suitcase, user.Occupation);
|
||||||
infoTextRight.NewParagraph();
|
infoTextRight.NewParagraph();
|
||||||
if (!string.IsNullOrEmpty(user.Twitter))
|
if (!string.IsNullOrEmpty(user.Twitter))
|
||||||
|
@ -75,7 +75,7 @@ namespace osu.Game.Users
|
|||||||
public bool Active;
|
public bool Active;
|
||||||
|
|
||||||
[JsonProperty(@"interests")]
|
[JsonProperty(@"interests")]
|
||||||
public string Intrerests;
|
public string Interests;
|
||||||
|
|
||||||
[JsonProperty(@"occupation")]
|
[JsonProperty(@"occupation")]
|
||||||
public string Occupation;
|
public string Occupation;
|
||||||
|
Loading…
Reference in New Issue
Block a user