diff --git a/Assets/info-icons/telegram.svg b/Assets/info-icons/telegram.svg new file mode 100644 index 00000000..10aa3bd1 --- /dev/null +++ b/Assets/info-icons/telegram.svg @@ -0,0 +1,46 @@ + + + + + + + + diff --git a/SS14.Launcher/Assets/info-icons/telegram.png b/SS14.Launcher/Assets/info-icons/telegram.png new file mode 100644 index 00000000..ff19f6b8 Binary files /dev/null and b/SS14.Launcher/Assets/info-icons/telegram.png differ diff --git a/SS14.Launcher/IconsLoader.cs b/SS14.Launcher/IconsLoader.cs index 3dfeecb4..61ddc0b5 100644 --- a/SS14.Launcher/IconsLoader.cs +++ b/SS14.Launcher/IconsLoader.cs @@ -14,6 +14,7 @@ private static readonly (string path, string resource)[] Icons = ("info-icons/github.png", "InfoIcon-github"), ("info-icons/web.png", "InfoIcon-web"), ("info-icons/wiki.png", "InfoIcon-wiki"), + ("info-icons/telegram.png", "InfoIcon-telegram"), }; public static void Load(App app) diff --git a/SS14.Launcher/Views/ServerInfoLinkControl.xaml.cs b/SS14.Launcher/Views/ServerInfoLinkControl.xaml.cs index cecdd904..75daa0a7 100644 --- a/SS14.Launcher/Views/ServerInfoLinkControl.xaml.cs +++ b/SS14.Launcher/Views/ServerInfoLinkControl.xaml.cs @@ -16,7 +16,8 @@ public sealed partial class ServerInfoLinkControl : UserControl "wiki", "web", "github", - "forum" + "forum", + "telegram", }; public ServerInfoLinkControl()