Skip to content

Commit

Permalink
Fix cancel button
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBuira committed Nov 14, 2024
1 parent 84d4d8f commit fa25454
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/qml/dialogs/MMMonthlyContributorsLimitDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ MMComponents.MMDrawerDialog {
root.manageAccountClicked()
close()
}

onSecondaryButtonClicked: {
close()
}
}

0 comments on commit fa25454

Please sign in to comment.