summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2019-09-11 00:54:40 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2019-11-23 20:06:14 +0100
commit62d0cd74da856028147ce222f3af9ad940b70a1b (patch)
tree5fd6e79fbb6a9f5d335d8bc8cff1b8ce31308be9 /resources
parent5c87d6faa60b14e4f84c67b2839615cbcb927f9f (diff)
Implement replies in qml timeline
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/TimelineView.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index 5c96ff18..4f10f352 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -95,6 +95,8 @@ Rectangle {
source: replyButtonImg
color: replyButton.hovered ? colors.highlight : colors.buttonText
}
+
+ onClicked: chat.model.replyAction(model.id)
}
Button {
Layout.alignment: Qt.AlignRight | Qt.AlignTop