aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-06-29 04:29:55 +0200
committerselsta <selsta@sent.at>2019-06-29 04:29:55 +0200
commit1b5796a0ee08ef1a0be4682aae59469b8e342a23 (patch)
tree87d5650787c7e590963af8cc294fa524de60e047
parentc7956f76ead2c82a320c830a63ffa97d55a10bb6 (diff)
downloadmonzero-gui-1b5796a0ee08ef1a0be4682aae59469b8e342a23.tar.gz
monzero-gui-1b5796a0ee08ef1a0be4682aae59469b8e342a23.tar.xz
monzero-gui-1b5796a0ee08ef1a0be4682aae59469b8e342a23.zip
WizardSummary: remove duplicated entry
-rw-r--r--wizard/WizardSummary.qml6
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