mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-21 22:47:27 -04:00
Merge pull request #460
02ab113clear payment fields after transfer (Jaquee)756a821Wizard: clear restore from keys fields on wizard restart (Jaquee)
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