feat(ManagedPackPage): add link to the Modrinth's pack page

Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
flow
2022-11-11 18:29:32 -03:00
parent d4979974b4
commit 7f5dea28bb
2 changed files with 9 additions and 3 deletions

View File

@ -96,6 +96,12 @@
<property name="text">
<string notr="true">placeholder</string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>