Add reply GUI controls

This commit is contained in:
miruka
2020-05-20 05:19:06 -04:00
parent 5128f0d888
commit aa8d3cf8d3
10 changed files with 75 additions and 1 deletions

View File

@@ -228,6 +228,16 @@ HColumnLayout {
}
}
HMenuItem {
icon.name: "reply-to"
text: qsTr("Reply")
onTriggered: {
chat.replyToUserId = model.sender_id
chat.replyToDisplayName = model.sender_name
}
}
HMenuItemPopupSpawner {
icon.name: "remove-message"
text: qsTr("Remove")