mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-07 16:26:12 +02:00
chatviewheader: show buttons for sip account
GitLab: #809 Change-Id: I0b110c1d378db83ba20be5679dc11b8337483eec
This commit is contained in:
parent
e87a35b15c
commit
bdcf2c96eb
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ Rectangle {
|
|||
property bool interactionButtonsVisibility: {
|
||||
if (CurrentConversation.inCall)
|
||||
return false
|
||||
if (LRCInstance.currentAccountType === Profile.Type.SIP)
|
||||
return true
|
||||
if (!CurrentConversation.isTemporary && !CurrentConversation.isSwarm)
|
||||
return false
|
||||
if (CurrentConversation.isRequest || CurrentConversation.needsSyncing)
|
||||
|
|
Loading…
Add table
Reference in a new issue