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:
parent
883762cad0
commit
10c2786fca
@ -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 New Issue
Block a user