Display room information drawer even if the room page is not active

This commit is contained in:
Carl Schwan
2020-11-22 23:11:12 +01:00
parent 50ffda05d2
commit 9484a4c8de

View File

@@ -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 {