Skip to content

Commit 5647fe9

Browse files
Kebapvadi2
authored andcommitted
Fix Patreon link in Supporters tab to open browser (Mudlet#2927)
1 parent b6ba16d commit 5647fe9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dlgAboutDialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,4 +950,5 @@ void dlgAboutDialog::setSupportersTab(const QString& htmlHead)
950950

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

0 commit comments

Comments
 (0)