mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-09 18:07:26 -04:00
StandardDialog: reset button text on close
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user