Fix image events read counter being underlined
caused by 2ca01c69d8e56e903e346b604842cf0664583f0d
This commit is contained in:
parent
2d3553531d
commit
fd2d9d2c31
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
- PCN docstrings
|
- PCN docstrings
|
||||||
- PCN error handling
|
- PCN error handling
|
||||||
|
- Change docs linking to dev branch back to master
|
||||||
|
|
||||||
- Room display name not updated when someone removes theirs
|
- Room display name not updated when someone removes theirs
|
||||||
- Fix right margin of own `<image url>\n<image url>` messages
|
- Fix right margin of own `<image url>\n<image url>` messages
|
||||||
|
|
|
@ -142,7 +142,7 @@ HMxcImage {
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
text: loader.showDate + loader.showLocalEcho
|
text: loader.showDate + loader.showLocalEcho
|
||||||
|
|
||||||
textFormat: Text.StyledText
|
textFormat: Text.RichText
|
||||||
opacity: hover.hovered ? 0 : 1
|
opacity: hover.hovered ? 0 : 1
|
||||||
visible: opacity > 0
|
visible: opacity > 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user