1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-23 08:55:26 +02:00

chatviewheader: fix search visibility

The search bar should not be shown on a conversation request

Change-Id: I31f492c8200cf816021d0b6aa66b248af407a36f
This commit is contained in:
Sébastien Blin 2023-04-28 15:53:41 -04:00
parent 21b5c95eeb
commit bb3011fe62

View file

@ -28,8 +28,6 @@ import "../../commoncomponents"
Rectangle {
id: root
property bool showSearch: true
signal backClicked
signal addToConversationClicked
signal pluginSelector
@ -159,7 +157,7 @@ Rectangle {
Layout.alignment: Qt.AlignRight | Qt.AlignVCenter
spacing: headerButtons.spacing
visible: root.showSearch && CurrentConversation.isSwarm
visible: root.swarmDetailsVisibility
Shortcut {
sequence: "Ctrl+Shift+F"