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
commit 13aadbda64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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