Skip to content

Commit

Permalink
fix share details drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
CyAn84 committed Oct 28, 2024
1 parent 25585f1 commit 687f564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/ui/qml/Components/ShareConnectionDrawer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ DrawerType2 {
text: qsTr("Show connection settings")

clickedFunc: function() {
configContentDrawer.open()
configContentDrawer.openTriggered()
}
}

Expand Down Expand Up @@ -194,7 +194,7 @@ DrawerType2 {
anchors.right: parent.right
anchors.topMargin: 16

backButtonFunction: function() { configContentDrawer.close() }
backButtonFunction: function() { configContentDrawer.closeTriggered() }
}

FlickableType {
Expand Down

0 comments on commit 687f564

Please # to comment.