Reimplement swipe to exit sidepane via DragHandler
This commit is contained in:
@@ -35,6 +35,11 @@ HDrawer {
|
||||
when: ! mainUI.accountsPresent
|
||||
}
|
||||
|
||||
HDrawerSwipeHandler {
|
||||
drawer: mainPane
|
||||
onCloseRequest: mainPane.toggleFocus()
|
||||
}
|
||||
|
||||
HColumnLayout {
|
||||
anchors.fill: parent
|
||||
|
||||
|
Reference in New Issue
Block a user