diff --git a/src/dlgAboutDialog.cpp b/src/dlgAboutDialog.cpp index 723b46154d0..f23c25172da 100644 --- a/src/dlgAboutDialog.cpp +++ b/src/dlgAboutDialog.cpp @@ -950,4 +950,5 @@ void dlgAboutDialog::setSupportersTab(const QString& htmlHead) supportersDocument->setHtml(QStringLiteral("%1%2").arg(htmlHead, supporters_text)); textBrowser_supporters->setDocument(supportersDocument.get()); + textBrowser_supporters->setOpenExternalLinks(true); }