From 9484a4c8de8ae446a84db5c8f77aa1f5a2b0045e Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Sun, 22 Nov 2020 23:11:12 +0100 Subject: [PATCH] Display room information drawer even if the room page is not active --- qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/main.qml b/qml/main.qml index c654f57a2..8a71ef2c1 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -99,7 +99,7 @@ Kirigami.ApplicationWindow { id: contextDrawer enabled: roomManager.hasOpenRoom room: roomManager.currentRoom - handleVisible: enabled && (pageStack.currentItem instanceof RoomPage) && pageStack.layers.depth < 2 + handleVisible: enabled && pageStack.layers.depth < 2 } globalDrawer: Kirigami.GlobalDrawer {