mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 11:22:05 +02:00
WizardRestoreWallet1: add view-only option in placeholder of private spend key
This commit is contained in:
parent
cb1f3ad0ce
commit
baa0ffa5f9
@ -262,7 +262,7 @@ Rectangle {
|
|||||||
visible: wizardController.walletRestoreMode === 'keys'
|
visible: wizardController.walletRestoreMode === 'keys'
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
placeholderFontSize: 16
|
placeholderFontSize: 16
|
||||||
placeholderText: qsTr("Spend key (private)") + translationManager.emptyString
|
placeholderText: qsTr("Spend key (private)") + " / " + qsTr("Leave blank to create a view-only wallet") + translationManager.emptyString
|
||||||
|
|
||||||
onTextUpdated: {
|
onTextUpdated: {
|
||||||
wizardRestoreWallet1.verifyFromKeys();
|
wizardRestoreWallet1.verifyFromKeys();
|
||||||
|
Loading…
Reference in New Issue
Block a user