aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2020-04-25 21:10:25 +0200
committerselsta <selsta@sent.at>2020-04-25 21:10:25 +0200
commit4b0dcb95bf32796947bff3ac0d7dc766cc7cd9ea (patch)
tree5c681eb49c48653d19c4a400fe54718f6af26acf /pages
parent585fb2810dc0d9b79255b9bd479559b36aa087d8 (diff)
downloadmonzero-gui-4b0dcb95bf32796947bff3ac0d7dc766cc7cd9ea.tar.gz
monzero-gui-4b0dcb95bf32796947bff3ac0d7dc766cc7cd9ea.tar.xz
monzero-gui-4b0dcb95bf32796947bff3ac0d7dc766cc7cd9ea.zip
StandardDialog: reset button text on close
Diffstat (limited to 'pages')
-rw-r--r--pages/settings/SettingsInfo.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/settings/SettingsInfo.qml b/pages/settings/SettingsInfo.qml
index 84d066e7..23346e77 100644
--- a/pages/settings/SettingsInfo.qml
+++ b/pages/settings/SettingsInfo.qml
@@ -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);