forked from Public/monero-gui
Wizard: Prevent user from getting trapped
This commit is contained in:
@@ -44,12 +44,12 @@ Item {
|
||||
function onWizardRestarted() {
|
||||
// reset account name field
|
||||
uiItem.accountNameText = defaultAccountName
|
||||
// Empty seedText
|
||||
uiItem.wordsTextItem.memoText = "";
|
||||
}
|
||||
|
||||
function onPageOpened(settingsObject) {
|
||||
checkNextButton();
|
||||
// Empty seedText when restoring multiple times in one session
|
||||
uiItem.wordsTextItem.memoText = "";
|
||||
checkNextButton();
|
||||
}
|
||||
|
||||
function checkNextButton() {
|
||||
|
||||
Reference in New Issue
Block a user