diff --git a/client/ui/qml/Components/ShareConnectionDrawer.qml b/client/ui/qml/Components/ShareConnectionDrawer.qml index aec0b810..d816cd41 100644 --- a/client/ui/qml/Components/ShareConnectionDrawer.qml +++ b/client/ui/qml/Components/ShareConnectionDrawer.qml @@ -187,7 +187,7 @@ DrawerType2 { anchors.topMargin: 16 backButtonFunction: function() { - configContentDrawer.open() + configContentDrawer.close() } }