summaryrefslogtreecommitdiffstats
path: root/views/search/qml/View.qml
diff options
context:
space:
mode:
Diffstat (limited to 'views/search/qml/View.qml')
-rw-r--r--views/search/qml/View.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/search/qml/View.qml b/views/search/qml/View.qml
index 08b5b92b..d7b9a230 100644
--- a/views/search/qml/View.qml
+++ b/views/search/qml/View.qml
@@ -39,7 +39,7 @@ Kube.View {
39 x: app.sidebarWidth 39 x: app.sidebarWidth
40 y: 0 40 y: 0
41 41
42 visible: root.searchTerm == "" 42 visible: root.visible && root.searchTerm == ""
43 43
44 Row { 44 Row {
45 anchors.centerIn: parent 45 anchors.centerIn: parent