Display room information drawer even if the room page is not active
This commit is contained in:
@@ -99,7 +99,7 @@ Kirigami.ApplicationWindow {
|
|||||||
id: contextDrawer
|
id: contextDrawer
|
||||||
enabled: roomManager.hasOpenRoom
|
enabled: roomManager.hasOpenRoom
|
||||||
room: roomManager.currentRoom
|
room: roomManager.currentRoom
|
||||||
handleVisible: enabled && (pageStack.currentItem instanceof RoomPage) && pageStack.layers.depth < 2
|
handleVisible: enabled && pageStack.layers.depth < 2
|
||||||
}
|
}
|
||||||
|
|
||||||
globalDrawer: Kirigami.GlobalDrawer {
|
globalDrawer: Kirigami.GlobalDrawer {
|
||||||
|
|||||||
Reference in New Issue
Block a user