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
|
- Media
|
||||||
- Caching
|
- Caching
|
||||||
- Downloading
|
- Downloading
|
||||||
|
- GIF thumbnails: load the real animated image
|
||||||
- Files, links, video, audio
|
- Files, links, video, audio
|
||||||
- Encrypted media
|
- Encrypted media
|
||||||
- Loading animation
|
- Loading animation
|
||||||
|
|
||||||
|
- RoomMessageNotice
|
||||||
|
|
||||||
- Refactoring
|
- Refactoring
|
||||||
- Room header elide detection
|
- Room header elide detection
|
||||||
- Use HBox for Profile
|
- Use HBox for Profile
|
||||||
|
|
|
@ -105,6 +105,7 @@ Row {
|
||||||
|
|
||||||
HSelectableLabel {
|
HSelectableLabel {
|
||||||
id: contentLabel
|
id: contentLabel
|
||||||
|
visible: Boolean(eventContent.eventText)
|
||||||
width: parent.width
|
width: parent.width
|
||||||
container: selectableLabelContainer
|
container: selectableLabelContainer
|
||||||
index: model.index
|
index: model.index
|
||||||
|
|
Loading…
Reference in New Issue
Block a user