fix share details drawer
This commit is contained in:
parent
e4d21dc4d7
commit
88958c042f
1 changed files with 2 additions and 2 deletions
|
|
@ -150,7 +150,7 @@ DrawerType2 {
|
|||
text: qsTr("Show connection settings")
|
||||
|
||||
clickedFunc: function() {
|
||||
configContentDrawer.open()
|
||||
configContentDrawer.openTriggered()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -196,7 +196,7 @@ DrawerType2 {
|
|||
anchors.right: parent.right
|
||||
anchors.topMargin: 16
|
||||
|
||||
backButtonFunction: function() { configContentDrawer.close() }
|
||||
backButtonFunction: function() { configContentDrawer.closeTriggered() }
|
||||
}
|
||||
|
||||
FlickableType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue