Hide EventContent contentLabel if no text

This commit is contained in:
miruka 2019-09-14 00:56:38 -04:00
parent 451038641e
commit 45b6714bcb
2 changed files with 4 additions and 0 deletions

View File

@ -1,10 +1,13 @@
- Media
- Caching
- Downloading
- GIF thumbnails: load the real animated image
- Files, links, video, audio
- Encrypted media
- Loading animation
- RoomMessageNotice
- Refactoring
- Room header elide detection
- Use HBox for Profile

View File

@ -105,6 +105,7 @@ Row {
HSelectableLabel {
id: contentLabel
visible: Boolean(eventContent.eventText)
width: parent.width
container: selectableLabelContainer
index: model.index