diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-11-03 03:28:16 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-11-23 20:06:15 +0100 |
commit | 88dc72df4f7cd6cabdb48866e6030f5e506eb24f (patch) | |
tree | 58b8752b724ef1bd213cf8a9a61c08fa44399bd9 /resources/res.qrc | |
parent | Make user clickable and improve button cursor look (diff) | |
download | nheko-88dc72df4f7cd6cabdb48866e6030f5e506eb24f.tar.xz |
Enable link handling
Diffstat (limited to 'resources/res.qrc')
-rw-r--r-- | resources/res.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/res.qrc b/resources/res.qrc index 264ed82d..c9938d57 100644 --- a/resources/res.qrc +++ b/resources/res.qrc @@ -118,6 +118,7 @@ <file>qml/TimelineView.qml</file> <file>qml/Avatar.qml</file> <file>qml/ImageButton.qml</file> + <file>qml/MatrixText.qml</file> <file>qml/StatusIndicator.qml</file> <file>qml/EncryptionIndicator.qml</file> <file>qml/TimelineRow.qml</file> |