fixed connection drawer close button

This commit is contained in:
vladimir.kuznetsov 2024-02-23 22:51:46 +05:00
parent 474e7c6d62
commit b1e5bba33f

View file

@ -201,7 +201,7 @@ DrawerType2 {
anchors.topMargin: 16
backButtonFunction: function() {
configContentDrawer.open()
configContentDrawer.close()
}
}