forked from Public/monero-gui
Bring back paymentID to tranfer page and force hide paymentId on a settings toggle (and reset fields on transfer page)
This commit is contained in:
@@ -300,7 +300,7 @@ Rectangle {
|
||||
fontSize: paymentIdLine.labelFontSize
|
||||
iconOnTheLeft: false
|
||||
Layout.fillWidth: true
|
||||
text: qsTr("Payment ID <font size='2'>( Optional )</font>") + translationManager.emptyString
|
||||
text: qsTr("Payment ID <font size='2'>( Optional, deprecated )</font>") + translationManager.emptyString
|
||||
onClicked: {
|
||||
if (!paymentIdCheckbox.checked) {
|
||||
paymentIdLine.text = "";
|
||||
|
||||
Reference in New Issue
Block a user