From f1c482d5a38173f5be62daeed45aa64cf3fcff07 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 4 Aug 2018 08:49:16 +0200 Subject: Avoid getting stuck in the search overlay --- views/search/qml/View.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { x: app.sidebarWidth y: 0 - visible: root.searchTerm == "" + visible: root.visible && root.searchTerm == "" Row { anchors.centerIn: parent -- cgit v1.2.3