mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-03 17:39:54 +00:00
added restore height to wizardFinish
This commit is contained in:
parent
883762cad0
commit
10c2786fca
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue