diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-11-03 02:09:36 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-11-23 20:06:15 +0100 |
commit | 993926e189e213e9bb809c458cf5599d3aea055d (patch) | |
tree | cd5f9fff8377d0967f3735f86ee38486ba054b0b /resources/res.qrc | |
parent | Improve avatar look and layouting (diff) | |
download | nheko-993926e189e213e9bb809c458cf5599d3aea055d.tar.xz |
Make user clickable and improve button cursor look
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 86b1364c..264ed82d 100644 --- a/resources/res.qrc +++ b/resources/res.qrc @@ -117,6 +117,7 @@ <qresource prefix="/"> <file>qml/TimelineView.qml</file> <file>qml/Avatar.qml</file> + <file>qml/ImageButton.qml</file> <file>qml/StatusIndicator.qml</file> <file>qml/EncryptionIndicator.qml</file> <file>qml/TimelineRow.qml</file> |