1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-14 07:09:09 +01:00

added restore height to wizardFinish

This commit is contained in:
Jacob Brydolf 2016-10-08 02:07:13 +02:00 committed by Ilya Kitaev
parent 883762cad0
commit 10c2786fca

View File

@ -47,6 +47,7 @@ Item {
+ qsTr("<b>Allow background mining: </b>") + wizard.settings['allow_background_mining'] + "<br>"
+ qsTr("<b>Daemon address: </b>") + wizard.settings['daemon_address'] + "<br>"
+ qsTr("<b>testnet: </b>") + wizard.settings['testnet'] + "<br>"
+ qsTr("<b>Restore height: </b>") + wizard.settings['restoreHeight'] + "<br>"
+ translationManager.emptyString
return str;
}