forked from Public/monero-gui
StandardDialog: reset button text on close
This commit is contained in:
1
main.qml
1
main.qml
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user