mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-06 13:17:24 -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 {
|
||||
|
||||
@@ -95,8 +95,6 @@ Rectangle {
|
||||
anchors.fill: parent
|
||||
onClicked: {
|
||||
appWindow.visibility = Window.Minimized
|
||||
// parent.containsMouse = Qt.binding(function(){ return titleBar.mouseX >= x + row.x && titleBar.mouseX <= x + row.x + width &&
|
||||
// appWindow.visibility !== Window.Minimized })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user