mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-20 07:25:24 +02:00
chatview: hide extra panels if interactions buttons are absent
Change-Id: I8e56fc3e0a456bc214baf321e4c9e60b77004d2c GitLab: #1476
This commit is contained in:
parent
ef716d657d
commit
860ddf22b6
1 changed files with 5 additions and 0 deletions
|
@ -133,6 +133,11 @@ Rectangle {
|
|||
Connections {
|
||||
target: CurrentConversation
|
||||
|
||||
function onIdChanged() {
|
||||
if (!chatViewHeader.interactionButtonsVisibility)
|
||||
extrasPanel.closePanel()
|
||||
}
|
||||
|
||||
function onNeedsHost() {
|
||||
viewCoordinator.presentDialog(appWindow, "mainview/components/HostPopup.qml");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue