From b1e5bba33fb9acfb5d5b6ae36c984f3d1ce4701a Mon Sep 17 00:00:00 2001 From: "vladimir.kuznetsov" Date: Fri, 23 Feb 2024 22:51:46 +0500 Subject: [PATCH] fixed connection drawer close button --- client/ui/qml/Components/ShareConnectionDrawer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ui/qml/Components/ShareConnectionDrawer.qml b/client/ui/qml/Components/ShareConnectionDrawer.qml index c209c1ce..32d6ed9d 100644 --- a/client/ui/qml/Components/ShareConnectionDrawer.qml +++ b/client/ui/qml/Components/ShareConnectionDrawer.qml @@ -201,7 +201,7 @@ DrawerType2 { anchors.topMargin: 16 backButtonFunction: function() { - configContentDrawer.open() + configContentDrawer.close() } }