Also updates libqmatrixclient.
This commit is contained in:
Black Hat
2018-10-12 20:38:05 +08:00
parent 3dd4f18cc4
commit 99bf32bf91
3 changed files with 8 additions and 2 deletions

View File

@@ -95,6 +95,12 @@ RowLayout {
textFormat: Text.RichText
onLinkActivated: Qt.openUrlExternally(link)
MouseArea {
anchors.fill: parent
acceptedButtons: Qt.NoButton
cursorShape: parent.hoveredLink ? Qt.PointingHandCursor : Qt.ArrowCursor
}
}
Loader {