mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-03 09:29:38 +00:00
WizardCreateDevice1: reset fields when opening page
This commit is contained in:
parent
c72729fa5d
commit
31ae9b3947
1 changed files with 7 additions and 0 deletions
|
@ -249,6 +249,13 @@ Rectangle {
|
||||||
function onPageCompleted(previousView){
|
function onPageCompleted(previousView){
|
||||||
if(previousView.viewName == "wizardHome"){
|
if(previousView.viewName == "wizardHome"){
|
||||||
walletInput.reset();
|
walletInput.reset();
|
||||||
|
deviceNameDropdown.currentIndex = 0;
|
||||||
|
newDeviceWallet.checked = true;
|
||||||
|
restoreDeviceWallet.checked = false;
|
||||||
|
wizardController.walletOptionsDeviceIsRestore = false;
|
||||||
|
restoreHeight.text = "";
|
||||||
|
lookahead.text = "";
|
||||||
|
errorMsg.text = "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue