diff --git a/src/app/mainview/components/ChatView.qml b/src/app/mainview/components/ChatView.qml index 1c38d67e..32141923 100644 --- a/src/app/mainview/components/ChatView.qml +++ b/src/app/mainview/components/ChatView.qml @@ -133,6 +133,11 @@ Rectangle { Connections { target: CurrentConversation + function onIdChanged() { + if (!chatViewHeader.interactionButtonsVisibility) + extrasPanel.closePanel() + } + function onNeedsHost() { viewCoordinator.presentDialog(appWindow, "mainview/components/HostPopup.qml"); }