mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-03 06:07:25 -04:00
added restore height to wizardFinish
This commit is contained in:
committed by
Ilya Kitaev
parent
883762cad0
commit
10c2786fca
@@ -47,6 +47,7 @@ Item {
|
|||||||
+ qsTr("<b>Allow background mining: </b>") + wizard.settings['allow_background_mining'] + "<br>"
|
+ qsTr("<b>Allow background mining: </b>") + wizard.settings['allow_background_mining'] + "<br>"
|
||||||
+ qsTr("<b>Daemon address: </b>") + wizard.settings['daemon_address'] + "<br>"
|
+ qsTr("<b>Daemon address: </b>") + wizard.settings['daemon_address'] + "<br>"
|
||||||
+ qsTr("<b>testnet: </b>") + wizard.settings['testnet'] + "<br>"
|
+ qsTr("<b>testnet: </b>") + wizard.settings['testnet'] + "<br>"
|
||||||
|
+ qsTr("<b>Restore height: </b>") + wizard.settings['restoreHeight'] + "<br>"
|
||||||
+ translationManager.emptyString
|
+ translationManager.emptyString
|
||||||
return str;
|
return str;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user