aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qml/Message.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/qml/Message.qml b/qml/Message.qml
index ae10dcd..a217bc8 100644
--- a/qml/Message.qml
+++ b/qml/Message.qml
@@ -85,6 +85,10 @@ RowLayout {
text: "Info"
onTriggered: messageDialog.open()
}
+ Action {
+ text: "Start chat"
+ onTriggered: context.decideOnContactRequest(message.id, 0)
+ }
}
}