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:
parent
21b5c95eeb
commit
bb3011fe62
1 changed files with 1 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue