Show read receipts inline.

This commit is contained in:
Black Hat
2018-09-15 21:09:53 +08:00
parent 48e614164a
commit 03a8eae491
4 changed files with 28 additions and 20 deletions

View File

@@ -22,6 +22,16 @@ Menu {
sourceDialog.open()
}
}
MenuItem {
visible: model && model.userMarker.length > 0
height: visible ? undefined : 0
text: "View Receipts"
onTriggered: {
readMarkerDialog.listModel = model.userMarker
readMarkerDialog.open()
}
}
MenuItem {
visible: isFile
height: visible ? undefined : 0