mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-24 12:39:25 +00:00
Wizard: clear restore from keys fields on wizard restart
This commit is contained in:
parent
979acf774a
commit
756a821f41
1 changed files with 4 additions and 1 deletions
|
@ -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 a new issue