mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-11 19:27:27 -04:00
Merge pull request #1916
02493be Bring back paymentID to tranfer page and force hide paymentId on a settings toggle (and reset fields on transfer page) (xmrdsc)
This commit is contained in:
@@ -306,7 +306,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 = "";
|
||||
|
||||
@@ -84,6 +84,7 @@ Rectangle {
|
||||
checked: persistentSettings.showPid
|
||||
onClicked: {
|
||||
persistentSettings.showPid = !persistentSettings.showPid
|
||||
middlePanel.transferView.clearFields();
|
||||
}
|
||||
text: qsTr("Enable transfer with payment ID (OBSOLETE)") + translationManager.emptyString
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user