diff options
| author | maitscha <maitscha@gmx.at> | 2016-11-04 14:49:17 +0100 |
|---|---|---|
| committer | maitscha <maitscha@gmx.at> | 2016-11-04 14:49:17 +0100 |
| commit | 1036eef0a3907fad191ed7a058ea76a5ff0511fa (patch) | |
| tree | 30ffd3829f7257bf0927733946f966a3d013372d /wizard | |
| parent | 4097c7157ee7a3cdc6861e58cb2555289e956922 (diff) | |
| download | monzero-gui-1036eef0a3907fad191ed7a058ea76a5ff0511fa.tar.gz monzero-gui-1036eef0a3907fad191ed7a058ea76a5ff0511fa.tar.xz monzero-gui-1036eef0a3907fad191ed7a058ea76a5ff0511fa.zip | |
Removes the donation and mining texts from wizard's finish page
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardFinish.qml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/wizard/WizardFinish.qml b/wizard/WizardFinish.qml index b7d53971..eb00bd61 100644 --- a/wizard/WizardFinish.qml +++ b/wizard/WizardFinish.qml @@ -55,11 +55,11 @@ Item { + trStart + qsTr("Account name") + trMiddle + wizard.settings["account_name"] + trEnd + trStart + qsTr("Words") + trMiddle + wizard.settings["wallet"].seed + trEnd + trStart + qsTr("Wallet path") + trMiddle + wizard.settings["wallet_path"] + trEnd - + trStart + qsTr("Auto donations") + trMiddle + autoDonationText + trEnd - + (autoDonationEnabled - ? trStart + qsTr("Donation amount") + trMiddle + autoDonationAmount + trEnd - : "") - + trStart + qsTr("Background mining") + trMiddle + backgroundMiningText + trEnd + // + trStart + qsTr("Auto donations") + trMiddle + autoDonationText + trEnd + // + (autoDonationEnabled + // ? trStart + qsTr("Donation amount") + trMiddle + autoDonationAmount + trEnd + // : "") + // + trStart + qsTr("Background mining") + trMiddle + backgroundMiningText + trEnd + trStart + qsTr("Daemon address") + trMiddle + wizard.settings["daemon_address"] + trEnd + trStart + qsTr("Testnet") + trMiddle + testnetText + trEnd + (restoreHeightEnabled |
