mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-29 09:05:11 +01:00
Merge pull request #3281
3f0bbfb6
Transfer: updateFromQrCode - fix extra space (empty recipient name) (xiphon)
This commit is contained in:
commit
69f989d617
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user