mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 11:56:32 +02:00
Removes the donation and mining texts from wizard's finish page
This commit is contained in:
parent
4097c7157e
commit
1036eef0a3
@ -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 New Issue
Block a user