mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-22 22:28:08 +00:00
fix(ui/views/App/MainWindow/ContactEdit): display missing avatar image in edition mode if no photo available
This commit is contained in:
parent
345a3c6fb5
commit
635193249e
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ ColumnLayout {
|
|||
anchors.fill: parent
|
||||
image: _vcard.avatar
|
||||
username: _vcard.username
|
||||
visible: isLoaded() && (!parent.hovered || !_edition)
|
||||
visible: (isLoaded() && !parent.hovered) || !_edition
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue