From 22d4a78fecc88733c596bd5fba6d7344634fbb97 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Wed, 9 Dec 2020 00:19:03 +0100 Subject: [PATCH] Fix chat sidebar opens every time I go to a new room Fix #129 --- qml/main.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/qml/main.qml b/qml/main.qml index 334632a23..41deffd7d 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -122,7 +122,6 @@ Kirigami.ApplicationWindow { onEnabledChanged: drawerOpen = enabled && !modal onModalChanged: drawerOpen = !modal enabled: roomManager.hasOpenRoom && pageStack.layers.depth < 2 && pageStack.depth < 3 - visible: enabled room: roomManager.currentRoom handleVisible: enabled && pageStack.layers.depth < 2 && pageStack.depth < 3 }