Improve AudioBubble && fix flathub issue.

This commit is contained in:
Black Hat
2018-08-17 19:46:46 +08:00
parent 6e79bf6495
commit 6752791f5e
3 changed files with 12 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ AvatarContainer {
maximumWidth: messageListView.width
highlighted: !sentByMe
timeLabelVisible: false
authorLabelVisible: messageRow.avatarVisible
authorLabelVisible: false
displayText: "<b>File: </b>" + content.body
}