From 687f564fcd24fee76951d5a794a4f1bbf57c62f0 Mon Sep 17 00:00:00 2001 From: Cyril Anisimov Date: Mon, 28 Oct 2024 18:41:22 +0100 Subject: [PATCH] fix share details drawer --- client/ui/qml/Components/ShareConnectionDrawer.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/ui/qml/Components/ShareConnectionDrawer.qml b/client/ui/qml/Components/ShareConnectionDrawer.qml index 92031f20f..9497221ca 100644 --- a/client/ui/qml/Components/ShareConnectionDrawer.qml +++ b/client/ui/qml/Components/ShareConnectionDrawer.qml @@ -148,7 +148,7 @@ DrawerType2 { text: qsTr("Show connection settings") clickedFunc: function() { - configContentDrawer.open() + configContentDrawer.openTriggered() } } @@ -194,7 +194,7 @@ DrawerType2 { anchors.right: parent.right anchors.topMargin: 16 - backButtonFunction: function() { configContentDrawer.close() } + backButtonFunction: function() { configContentDrawer.closeTriggered() } } FlickableType {