forked from Public/monero-gui
Merge pull request #1866
bb37234 Transfer: disable long payment ids by default (selsta)
This commit is contained in:
@@ -71,6 +71,7 @@ Rectangle {
|
||||
|
||||
LineEditMulti {
|
||||
id: paymentIdLine
|
||||
visible: appWindow.persistentSettings.showPid
|
||||
Layout.fillWidth: true;
|
||||
labelText: qsTr("Payment ID <font size='2'>(Optional)</font>") + translationManager.emptyString
|
||||
placeholderText: qsTr("Paste 64 hexadecimal characters") + translationManager.emptyString
|
||||
|
||||
Reference in New Issue
Block a user