Merge pull request #460

02ab113 clear payment fields after transfer (Jaquee)
756a821 Wizard: clear restore from keys fields on wizard restart (Jaquee)
This commit is contained in:
Riccardo Spagni
2017-02-08 12:43:48 +02:00
3 changed files with 15 additions and 1 deletions

View File

@@ -86,6 +86,13 @@ Rectangle {
cameraUi.qrcode_decoded.disconnect(updateFromQrCode)
}
function clearFields() {
addressLine.text = ""
paymentIdLine.text = ""
amountLine.text = ""
descriptionLine.text = ""
}
// Information dialog
StandardDialog {
// dynamically change onclose handler