mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:57:22 +01:00
add discord link to settings UI
This commit is contained in:
parent
7867a1302d
commit
a6b2040833
1 changed files with 9 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ using System.Threading.Tasks;
|
|||
using MareSynchronos.API;
|
||||
using MareSynchronos.Utils;
|
||||
using MareSynchronos.WebAPI.Utils;
|
||||
using System.Diagnostics;
|
||||
using Dalamud.Utility;
|
||||
|
||||
namespace MareSynchronos.UI
|
||||
{
|
||||
|
|
@ -58,6 +60,13 @@ namespace MareSynchronos.UI
|
|||
private void DrawSettingsContent()
|
||||
{
|
||||
_uiShared.PrintServerState();
|
||||
ImGui.AlignTextToFramePadding();
|
||||
ImGui.Text("Community and Support:");
|
||||
ImGui.SameLine();
|
||||
if (ImGui.Button("Mare Synchronos Discord"))
|
||||
{
|
||||
Util.OpenLink("https://discord.gg/mpNdkrTRjW");
|
||||
}
|
||||
ImGui.Separator();
|
||||
if (ImGui.BeginTabBar("mainTabBar"))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue