mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-21 17:20:37 +02: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){
|
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 New Issue
Block a user