mirror of
https://github.com/osukey/osukey.git
synced 2025-05-25 23:47:30 +09:00
Remove skype
This commit is contained in:
parent
f3faad74d5
commit
393f1fbd3f
@ -138,7 +138,6 @@ namespace osu.Game.Overlays.Profile.Header
|
|||||||
if (!string.IsNullOrEmpty(user.Twitter))
|
if (!string.IsNullOrEmpty(user.Twitter))
|
||||||
anyInfoAdded |= tryAddInfo(FontAwesome.Brands.Twitter, "@" + user.Twitter, $@"https://twitter.com/{user.Twitter}");
|
anyInfoAdded |= tryAddInfo(FontAwesome.Brands.Twitter, "@" + user.Twitter, $@"https://twitter.com/{user.Twitter}");
|
||||||
anyInfoAdded |= tryAddInfo(FontAwesome.Brands.Discord, user.Discord);
|
anyInfoAdded |= tryAddInfo(FontAwesome.Brands.Discord, user.Discord);
|
||||||
anyInfoAdded |= tryAddInfo(FontAwesome.Brands.Skype, user.Skype, @"skype:" + user.Skype + @"?chat");
|
|
||||||
anyInfoAdded |= tryAddInfo(FontAwesome.Solid.Link, websiteWithoutProtocol, user.Website);
|
anyInfoAdded |= tryAddInfo(FontAwesome.Solid.Link, websiteWithoutProtocol, user.Website);
|
||||||
|
|
||||||
// If no information was added to the bottomLinkContainer, hide it to avoid unwanted padding
|
// If no information was added to the bottomLinkContainer, hide it to avoid unwanted padding
|
||||||
|
@ -111,9 +111,6 @@ namespace osu.Game.Users
|
|||||||
[JsonProperty(@"twitter")]
|
[JsonProperty(@"twitter")]
|
||||||
public string Twitter;
|
public string Twitter;
|
||||||
|
|
||||||
[JsonProperty(@"skype")]
|
|
||||||
public string Skype;
|
|
||||||
|
|
||||||
[JsonProperty(@"discord")]
|
[JsonProperty(@"discord")]
|
||||||
public string Discord;
|
public string Discord;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user