mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-01 08:11:54 +01:00
Merge pull request #3756
31ae9b3
WizardCreateDevice1: reset fields when opening page (rating89us)
This commit is contained in:
commit
ecadd44a16
@ -249,6 +249,13 @@ Rectangle {
|
||||
function onPageCompleted(previousView){
|
||||
if(previousView.viewName == "wizardHome"){
|
||||
walletInput.reset();
|
||||
deviceNameDropdown.currentIndex = 0;
|
||||
newDeviceWallet.checked = true;
|
||||
restoreDeviceWallet.checked = false;
|
||||
wizardController.walletOptionsDeviceIsRestore = false;
|
||||
restoreHeight.text = "";
|
||||
lookahead.text = "";
|
||||
errorMsg.text = "";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user