mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-11 09:37:24 -04:00
Merge pull request #1990
0d24f64 invalidate wallet name after creation (xmrdsc)
This commit is contained in:
@@ -225,4 +225,10 @@ Rectangle {
|
||||
wizardCreateDevice1.update();
|
||||
console.log()
|
||||
}
|
||||
|
||||
function onPageCompleted(previousView){
|
||||
if(previousView.viewName == "wizardHome"){
|
||||
walletInput.reset();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user