Clear text fields up switching wallets

This commit is contained in:
mmbyday
2018-12-18 11:06:29 -08:00
parent 7c0a557e62
commit 09201b17fb
4 changed files with 16 additions and 3 deletions

View File

@@ -731,6 +731,10 @@ Rectangle {
trackingEnabled.checked = false
}
function clearFields() {
amountToReceiveLine.text = "";
}
function onPageClosed() {
timer.running = false
trackingEnabled.checked = false