diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2020-09-13 07:35:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-13 07:35:39 +0200 |
| commit | 248ec22eb5d4044fc4b8d5d81b1e230833be6b4f (patch) | |
| tree | 4c834aca8530315e2021609a7971e07a0c96d7e9 | |
| parent | 31dbe7ea42ac16a787f7f9d3d365de78533980e4 (diff) | |
| download | monzero-gui-248ec22eb5d4044fc4b8d5d81b1e230833be6b4f.tar.gz monzero-gui-248ec22eb5d4044fc4b8d5d81b1e230833be6b4f.tar.xz monzero-gui-248ec22eb5d4044fc4b8d5d81b1e230833be6b4f.zip | |
WizardController: delete duplicated line (line 67)
| -rw-r--r-- | wizard/WizardController.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml index b38d079f..ececc7b0 100644 --- a/wizard/WizardController.qml +++ b/wizard/WizardController.qml @@ -71,7 +71,6 @@ Rectangle { wizardController.walletOptionsDeviceName = ''; wizardController.walletOptionsDeviceIsRestore = false; wizardController.tmpWalletFilename = ''; - wizardController.walletRestoreMode = 'seed' wizardController.walletOptionsSubaddressLookahead = ''; disconnect(); |
