mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-11 10:07:26 -04:00
clear payment fields after transfer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user