fix: allow opening external links in technic modpack page

This commit is contained in:
flow 2022-06-09 18:46:19 -03:00
parent 309013efb3
commit 1b1f728c58
No known key found for this signature in database
GPG Key ID: 8D0F221F0A59F469

View File

@ -60,7 +60,11 @@
</widget>
</item>
<item row="0" column="1">
<widget class="QTextBrowser" name="packDescription"/>
<widget class="QTextBrowser" name="packDescription">
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>