From bef407a6dbd50647e7786ff3cc032102fbffe776 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 30 Sep 2022 08:24:12 -0400 Subject: [PATCH] Change report bug link to TG support, since only logged in users can make Gitea issues --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 7edf7ea..381f8e3 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -780,7 +780,7 @@ void MainWindow::telegram() { } void MainWindow::reportbug() { - QString url = "https://git.hush.is/hush/SilentDragon/issues/new"; + QString url = "https://hush.is/tg_support"; QDesktopServices::openUrl(QUrl(url)); }