diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2022-01-17 21:49:11 +0100 |
|---|---|---|
| committer | rating89us <45968869+rating89us@users.noreply.github.com> | 2022-01-17 21:58:38 +0100 |
| commit | 599033815a8ec77f39455f7b1ba032eb59bf2330 (patch) | |
| tree | 5a1a7f99ef52e5705327b2b9355fadaca0c94110 /wizard/WizardController.qml | |
| parent | a959919b8ad798d1384f83c5bf3ed7a2d16dc8aa (diff) | |
| download | monzero-gui-599033815a8ec77f39455f7b1ba032eb59bf2330.tar.gz monzero-gui-599033815a8ec77f39455f7b1ba032eb59bf2330.tar.xz monzero-gui-599033815a8ec77f39455f7b1ba032eb59bf2330.zip | |
WizardRestoreWallet4, WizardCreateWallet4: disable double-click on "Create wallet" button
Diffstat (limited to 'wizard/WizardController.qml')
| -rw-r--r-- | wizard/WizardController.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml index 72a108ce..be4e5334 100644 --- a/wizard/WizardController.qml +++ b/wizard/WizardController.qml @@ -349,6 +349,8 @@ Rectangle { const handler = function(success) { if (!success) { appWindow.showStatusMessage(qsTr("Failed to store the wallet"), 3); + wizardStateView.wizardRestoreWallet4View.wizardNav.btnNext.enabled = true; + wizardStateView.wizardCreateWallet4View.wizardNav.btnNext.enabled = true; return; } |
