mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-27 09:53:38 +01: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
|
||||
uiItem.accountNameText = defaultAccountName
|
||||
// Empty seedText
|
||||
uiItem.wordsTextItem.memoText = "";
|
||||
uiItem.wordsTextItem.memoText = ""
|
||||
uiItem.recoverFromKeysAddress = ""
|
||||
uiItem.recoverFromKeysSpendKey = ""
|
||||
uiItem.recoverFromKeysViewKey = ""
|
||||
}
|
||||
|
||||
function onPageOpened(settingsObject) {
|
||||
|
Loading…
Reference in New Issue
Block a user