diff options
| author | selsta <selsta@sent.at> | 2019-06-29 04:29:55 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-06-29 04:29:55 +0200 |
| commit | 1b5796a0ee08ef1a0be4682aae59469b8e342a23 (patch) | |
| tree | 87d5650787c7e590963af8cc294fa524de60e047 /wizard | |
| parent | c7956f76ead2c82a320c830a63ffa97d55a10bb6 (diff) | |
| download | monzero-gui-1b5796a0ee08ef1a0be4682aae59469b8e342a23.tar.gz monzero-gui-1b5796a0ee08ef1a0be4682aae59469b8e342a23.tar.xz monzero-gui-1b5796a0ee08ef1a0be4682aae59469b8e342a23.zip | |
WizardSummary: remove duplicated entry
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardSummary.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/wizard/WizardSummary.qml b/wizard/WizardSummary.qml index 1698d28e..a94d921d 100644 --- a/wizard/WizardSummary.qml +++ b/wizard/WizardSummary.qml @@ -59,12 +59,6 @@ ColumnLayout { WizardSummaryItem { Layout.fillWidth: true - header: qsTr("Wallet name") + translationManager.emptyString - value: walletOptionsName - } - - WizardSummaryItem { - Layout.fillWidth: true header: qsTr("Restore height") + translationManager.emptyString value: wizardController.walletOptionsRestoreHeight visible: wizardStateView.state === "wizardRestoreWallet4" || wizardController.walletOptionsIsRecoveringFromDevice |
