Skip to content
Snippets Groups Projects
Commit bb3011fe authored by Sébastien Blin's avatar Sébastien Blin
Browse files

chatviewheader: fix search visibility

The search bar should not be shown on a conversation request

Change-Id: I31f492c8200cf816021d0b6aa66b248af407a36f
parent 21b5c95e
No related branches found
No related tags found
No related merge requests found
...@@ -28,8 +28,6 @@ import "../../commoncomponents" ...@@ -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 { ...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment