1
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:
Jaquee 2017-02-04 12:07:55 +01:00
parent 979acf774a
commit 756a821f41

View File

@ -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) {