Merge pull request #2861

4b0dcb9 StandardDialog: reset button text on close (selsta)
This commit is contained in:
luigi1111
2020-04-28 21:38:59 -05:00
3 changed files with 4 additions and 2 deletions

View File

@@ -213,7 +213,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);