mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +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
|
||||
uiItem.accountNameText = defaultAccountName
|
||||
// Empty seedText
|
||||
uiItem.wordsTextItem.memoText = "";
|
||||
uiItem.wordsTextItem.memoText = ""
|
||||
uiItem.recoverFromKeysAddress = ""
|
||||
uiItem.recoverFromKeysSpendKey = ""
|
||||
uiItem.recoverFromKeysViewKey = ""
|
||||
}
|
||||
|
||||
function onPageOpened(settingsObject) {
|
||||
|
|
Loading…
Reference in a new issue