mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 13:56:25 +00:00
Feature : allow opening file for outgoing message.
- Remove constraints if the message is outgoing : the file is already accessible, there is no need to ensure its presence.
This commit is contained in:
parent
c4f9aaff79
commit
122d532bc3
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ Row {
|
||||||
}
|
}
|
||||||
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
visible: (rectangle.isUploaded || rectangle.isRead) && !$chatEntry.isOutgoing
|
visible: ((rectangle.isUploaded || rectangle.isRead) && !$chatEntry.isOutgoing) || $chatEntry.isOutgoing
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
if (Utils.pointIsInItem(this, thumbnailProvider, mouse)) {
|
if (Utils.pointIsInItem(this, thumbnailProvider, mouse)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue