Enable opening links in messages

This commit is contained in:
Tobias Fella
2020-11-15 22:47:35 +01:00
parent bd853800a6
commit aa609b70e0

View File

@@ -16,5 +16,7 @@ QQC2.Label {
wrapMode: Text.WordWrap
width: parent.width
textFormat: Text.RichText
onLinkActivated: Qt.openUrlExternally(link)
}