Skip to content

Commit 5fbb4c9

Browse files
author
Philip Kaufmann
committed
[Qt] fix links in about window not opening
- closes #4402
1 parent 36db663 commit 5fbb4c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/qt/forms/helpmessagedialog.ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
<property name="textFormat">
6161
<enum>Qt::PlainText</enum>
6262
</property>
63+
<property name="openExternalLinks">
64+
<bool>true</bool>
65+
</property>
6366
<property name="textInteractionFlags">
6467
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
6568
</property>

0 commit comments

Comments
 (0)