Show local echo icon on pure media events

This commit is contained in:
miruka
2019-11-06 09:48:27 -04:00
parent 18e184d1f0
commit 6cdd6de1b3
4 changed files with 17 additions and 10 deletions

View File

@@ -67,6 +67,7 @@ HMxcImage {
EventImageTextBubble {
anchors.right: parent.right
anchors.bottom: parent.bottom
text: loader.showDate
text: [loader.showDate, loader.showLocalEcho].join(" ")
textFormat: Text.StyledText
}
}