Merge pull request #3799

f7792b7 RemoteNodeList: fix qml warning (selsta)
This commit is contained in:
luigi1111 2022-01-24 15:22:33 -05:00
commit 4df925e8a8
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -89,7 +89,7 @@ ColumnLayout {
anchors.fill: parent
anchors.rightMargin: 80
color: "transparent"
property var trusted: remoteNodesModel.get(index).trusted
property var trusted: remoteNodesModel.get(index) ? remoteNodesModel.get(index).trusted : false
MoneroComponents.TextPlain {
id: addressText