mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-18 23:53:41 +02:00
Wizard: clear restore from keys fields on wizard restart
This commit is contained in:
parent
979acf774a
commit
756a821f41
@ -45,7 +45,10 @@ Item {
|
|||||||
// reset account name field
|
// reset account name field
|
||||||
uiItem.accountNameText = defaultAccountName
|
uiItem.accountNameText = defaultAccountName
|
||||||
// Empty seedText
|
// Empty seedText
|
||||||
uiItem.wordsTextItem.memoText = "";
|
uiItem.wordsTextItem.memoText = ""
|
||||||
|
uiItem.recoverFromKeysAddress = ""
|
||||||
|
uiItem.recoverFromKeysSpendKey = ""
|
||||||
|
uiItem.recoverFromKeysViewKey = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
function onPageOpened(settingsObject) {
|
function onPageOpened(settingsObject) {
|
||||||
|
Loading…
Reference in New Issue
Block a user