1
0
Fork 0
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:
Sébastien Blin 2023-12-21 15:06:54 -05:00 committed by Xavier Jouslin de Noray
parent ef716d657d
commit 860ddf22b6

View file

@ -133,6 +133,11 @@ Rectangle {
Connections {
target: CurrentConversation
function onIdChanged() {
if (!chatViewHeader.interactionButtonsVisibility)
extrasPanel.closePanel()
}
function onNeedsHost() {
viewCoordinator.presentDialog(appWindow, "mainview/components/HostPopup.qml");
}