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

@@ -171,6 +171,9 @@ Rectangle {
hoverEnabled: true
cursorShape: Qt.PointingHandCursor
onClicked: {
middlePanel.addressBookView.clearFields();
middlePanel.transferView.clearFields();
middlePanel.receiveView.clearFields();
appWindow.showWizard();
}
}