[GUI] removed not official Discord link from GUI

This commit is contained in:
ParantezTech
2026-07-29 01:47:35 +03:00
parent faf49f689d
commit 02938b5d5b
17 changed files with 21 additions and 29 deletions
-9
View File
@@ -332,15 +332,6 @@ public partial class MainWindow : Window
});
};
DiscordButton.Click += (_, _) =>
{
Process.Start(new ProcessStartInfo
{
FileName = "https://discord.com/invite/6GejPEDqpc",
UseShellExecute = true
});
};
LatestCommitHashText.Click += (_, _) =>
{
if (string.IsNullOrWhiteSpace(_latestCommitSha))