mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-12 00:47:26 -04:00
"word mnemonic input" with clipboard button and hint is reusable
component;
This commit is contained in:
@@ -50,6 +50,10 @@ Item {
|
||||
id: uiItem
|
||||
accountNameText: qsTr("My account name")
|
||||
titleText: qsTr("We're ready to recover your account")
|
||||
wordsTextTitle: qsTr("This is the 25 word mnemonic for your wallet")
|
||||
wordsTextTitle: qsTr("Please enter your 25 word private key")
|
||||
wordsTextItem.clipboardButtonVisible: false
|
||||
wordsTextItem.tipTextVisible: false
|
||||
wordsTextItem.memoTextReadOnly: false
|
||||
wordsTextItem.memoText: ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user