mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 23:17:26 -04:00
Transfer: updateFromQrCode - fix extra space (empty recipient name)
This commit is contained in:
@@ -98,7 +98,7 @@ Rectangle {
|
||||
addressLine.text = address
|
||||
setPaymentId(payment_id);
|
||||
amountLine.text = amount
|
||||
setDescription(recipient_name + " " + tx_description);
|
||||
setDescription((recipient_name ? recipient_name + " " : "") + tx_description);
|
||||
cameraUi.qrcode_decoded.disconnect(updateFromQrCode)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user