mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-08 09:47:25 -04:00
https://trello.com/c/kyZNLKlk/61-hide-payment-id-in-history-if-unused-for-a-transaction
This commit is contained in:
@@ -86,7 +86,7 @@ ListView {
|
||||
font.pixelSize: 12
|
||||
font.letterSpacing: -1
|
||||
color: "#535353"
|
||||
text: qsTr("Payment ID:")
|
||||
text: paymentId !== "" ? qsTr("Payment ID:") : ""
|
||||
}
|
||||
|
||||
Text {
|
||||
|
||||
Reference in New Issue
Block a user