Skip to content

Commit

Permalink
Fix Patreon link in Supporters tab to open browser (#2927) (#2930)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5647fe9)
  • Loading branch information
vadi2 committed Aug 5, 2019
1 parent 48bb417 commit 53b3bb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dlgAboutDialog.cpp
Expand Up @@ -950,4 +950,5 @@ void dlgAboutDialog::setSupportersTab(const QString& htmlHead)

supportersDocument->setHtml(QStringLiteral("<html>%1<body>%2</body></html>").arg(htmlHead, supporters_text));
textBrowser_supporters->setDocument(supportersDocument.get());
textBrowser_supporters->setOpenExternalLinks(true);
}

0 comments on commit 53b3bb4

Please sign in to comment.