Browse Source

Change report bug link to TG support, since only logged in users can make Gitea issues

pull/112/head
Duke Leto 2 years ago
parent
commit
bef407a6db
  1. 2
      src/mainwindow.cpp

2
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));
}

Loading…
Cancel
Save