mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-09 11:33:21 +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 {
|
Rectangle {
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
property bool showSearch: true
|
|
||||||
|
|
||||||
signal backClicked
|
signal backClicked
|
||||||
signal addToConversationClicked
|
signal addToConversationClicked
|
||||||
signal pluginSelector
|
signal pluginSelector
|
||||||
|
@ -159,7 +157,7 @@ Rectangle {
|
||||||
|
|
||||||
Layout.alignment: Qt.AlignRight | Qt.AlignVCenter
|
Layout.alignment: Qt.AlignRight | Qt.AlignVCenter
|
||||||
spacing: headerButtons.spacing
|
spacing: headerButtons.spacing
|
||||||
visible: root.showSearch && CurrentConversation.isSwarm
|
visible: root.swarmDetailsVisibility
|
||||||
|
|
||||||
Shortcut {
|
Shortcut {
|
||||||
sequence: "Ctrl+Shift+F"
|
sequence: "Ctrl+Shift+F"
|
||||||
|
|
Loading…
Add table
Reference in a new issue