mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 19:49:34 +00:00
Removes the donation and mining texts from wizard's finish page
This commit is contained in:
parent
4097c7157e
commit
1036eef0a3
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue