fix drawer open close usage
This commit is contained in:
parent
88958c042f
commit
f020bdb6e8
10 changed files with 17 additions and 17 deletions
|
|
@ -93,7 +93,7 @@ PageType {
|
|||
text: qsTr("Show connection options")
|
||||
|
||||
clickedFunction: function() {
|
||||
configContentDrawer.open()
|
||||
configContentDrawer.openTriggered()
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
|
|
@ -125,7 +125,7 @@ PageType {
|
|||
anchors.topMargin: 16
|
||||
|
||||
backButtonFunction: function() {
|
||||
configContentDrawer.close()
|
||||
configContentDrawer.closeTriggered()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue