@@ -153,7 +153,7 @@ Kirigami.ApplicationWindow {
|
|||||||
id: contextDrawer
|
id: contextDrawer
|
||||||
contentItem.implicitWidth: columnWidth
|
contentItem.implicitWidth: columnWidth
|
||||||
edge: Qt.application.layoutDirection == Qt.RightToLeft ? Qt.LeftEdge : Qt.RightEdge
|
edge: Qt.application.layoutDirection == Qt.RightToLeft ? Qt.LeftEdge : Qt.RightEdge
|
||||||
modal: !root.wideScreen
|
modal: !root.wideScreen && pageStack.layers.depth < 2 && pageStack.depth < 3
|
||||||
onEnabledChanged: drawerOpen = enabled && !modal
|
onEnabledChanged: drawerOpen = enabled && !modal
|
||||||
onModalChanged: drawerOpen = !modal
|
onModalChanged: drawerOpen = !modal
|
||||||
enabled: roomManager.hasOpenRoom && pageStack.layers.depth < 2 && pageStack.depth < 3
|
enabled: roomManager.hasOpenRoom && pageStack.layers.depth < 2 && pageStack.depth < 3
|
||||||
|
|||||||
Reference in New Issue
Block a user