Popup to view read receipts. #8

This commit is contained in:
Black Hat
2018-09-15 19:07:38 +08:00
parent 5e3570d210
commit 48e614164a
3 changed files with 66 additions and 7 deletions

View File

@@ -115,6 +115,15 @@ RowLayout {
icon: "\ue5ca"
color: highlighted ? "white": Material.foreground
font.pointSize: 12
MouseArea {
anchors.fill: parent
onClicked: {
readMarkerDialog.listModel = userMarker
readMarkerDialog.open()
}
}
}
}
}