Enable external links in AboutDialog

Fixes #3856
This commit is contained in:
Ale Martinez
2021-04-01 10:38:17 -03:00
parent be3cb9d149
commit 239f66fa6f

View File

@@ -52,6 +52,7 @@ AboutPage::AboutPage(Context *context) : context(context)
QLabel *text;
text=new QLabel(this);
text->setContentsMargins(0,0,0,0);
text->setOpenExternalLinks(true);
text->setText(
tr(
"<center>"