fix share details drawer

This commit is contained in:
Cyril Anisimov 2024-10-28 18:41:22 +01:00
parent e4d21dc4d7
commit 88958c042f

View file

@ -150,7 +150,7 @@ DrawerType2 {
text: qsTr("Show connection settings") text: qsTr("Show connection settings")
clickedFunc: function() { clickedFunc: function() {
configContentDrawer.open() configContentDrawer.openTriggered()
} }
} }
@ -196,7 +196,7 @@ DrawerType2 {
anchors.right: parent.right anchors.right: parent.right
anchors.topMargin: 16 anchors.topMargin: 16
backButtonFunction: function() { configContentDrawer.close() } backButtonFunction: function() { configContentDrawer.closeTriggered() }
} }
FlickableType { FlickableType {