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

@@ -212,7 +212,6 @@ Rectangle {
+ "The old wallet cache file will be renamed and can be restored later.\n"
);
confirmationDialog.icon = StandardIcon.Question
confirmationDialog.cancelText = qsTr("Cancel")
confirmationDialog.onAcceptedCallback = function() {
appWindow.closeWallet(function() {
walletManager.clearWalletCache(persistentSettings.wallet_path);