Hide EventContent contentLabel if no text
This commit is contained in:
parent
451038641e
commit
45b6714bcb
3
TODO.md
3
TODO.md
|
@ -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
|
||||
|
|
|
@ -105,6 +105,7 @@ Row {
|
|||
|
||||
HSelectableLabel {
|
||||
id: contentLabel
|
||||
visible: Boolean(eventContent.eventText)
|
||||
width: parent.width
|
||||
container: selectableLabelContainer
|
||||
index: model.index
|
||||
|
|
Loading…
Reference in New Issue
Block a user