diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-04-29 19:09:16 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-04-29 19:09:16 +0200 |
commit | 82fa8ab292dc6e3a5a891f3b17c53236911374d1 (patch) | |
tree | 5fa4bdff6818190d93dc3cc33a2998e91c798122 /resources/qml/MatrixText.qml | |
parent | Fix some encoding issues when translating matrix.to to matrix: (diff) | |
download | nheko-82fa8ab292dc6e3a5a891f3b17c53236911374d1.tar.xz |
Highlight navigated to message
Diffstat (limited to 'resources/qml/MatrixText.qml')
-rw-r--r-- | resources/qml/MatrixText.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/MatrixText.qml b/resources/qml/MatrixText.qml index 0876e610..7cfa6735 100644 --- a/resources/qml/MatrixText.qml +++ b/resources/qml/MatrixText.qml @@ -14,7 +14,7 @@ TextEdit { selectByMouse: !Settings.mobileMode enabled: selectByMouse color: colors.text - onLinkActivated: TimelineManager.openLink(link); + onLinkActivated: TimelineManager.openLink(link) ToolTip.visible: hoveredLink ToolTip.text: hoveredLink |