StandardDialog: reset button text on close

This commit is contained in:
selsta
2020-04-25 21:10:25 +02:00
parent 585fb2810d
commit 4b0dcb95bf
3 changed files with 4 additions and 2 deletions

View File

@@ -1481,7 +1481,6 @@ ApplicationWindow {
confirmationDialog.text += qsTr("Note: lmdb folder not found. A new folder will be created.") + "\n\n"
confirmationDialog.icon = StandardIcon.Question
confirmationDialog.cancelText = qsTr("Cancel")
// Continue
confirmationDialog.onAcceptedCallback = function() {