Merge pull request #637 from amnezia-vpn/bugfix/connection-drawer-close-button

fixed connection drawer close button
This commit is contained in:
pokamest
2024-02-23 09:56:52 -08:00
committed by GitHub
@@ -187,7 +187,7 @@ DrawerType2 {
anchors.topMargin: 16 anchors.topMargin: 16
backButtonFunction: function() { backButtonFunction: function() {
configContentDrawer.open() configContentDrawer.close()
} }
} }