aboutsummaryrefslogtreecommitdiff
path: root/components/RemoteNodeList.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2022-01-24 15:22:33 -0500
committerluigi1111 <luigi1111w@gmail.com>2022-01-24 15:22:33 -0500
commit4df925e8a82c72dd7b3211ca4fa096cfbd826355 (patch)
tree47cd05387a0f1aa077a6e76b7aa5e92303587a08 /components/RemoteNodeList.qml
parentadf88c63ecb0794fb4996d900ca41d7f3f3873cc (diff)
parentf7792b72bf83cf0f69c0ba1f527d962f91c14baa (diff)
downloadmonzero-gui-4df925e8a82c72dd7b3211ca4fa096cfbd826355.tar.gz
monzero-gui-4df925e8a82c72dd7b3211ca4fa096cfbd826355.tar.xz
monzero-gui-4df925e8a82c72dd7b3211ca4fa096cfbd826355.zip
Merge pull request #3799
f7792b7 RemoteNodeList: fix qml warning (selsta)
Diffstat (limited to 'components/RemoteNodeList.qml')
-rw-r--r--components/RemoteNodeList.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/RemoteNodeList.qml b/components/RemoteNodeList.qml
index d971f998..b46b414a 100644
--- a/components/RemoteNodeList.qml
+++ b/components/RemoteNodeList.qml
@@ -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