From 6baa96360f12eaaeb108a874ba166da57013d804 Mon Sep 17 00:00:00 2001 From: selsta Date: Wed, 3 Jul 2019 18:12:56 +0200 Subject: [PATCH] NetworkStatusItem: simple mode has no node settings page --- components/NetworkStatusItem.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/NetworkStatusItem.qml b/components/NetworkStatusItem.qml index 77ef4afa..30a7a867 100644 --- a/components/NetworkStatusItem.qml +++ b/components/NetworkStatusItem.qml @@ -88,6 +88,7 @@ Rectangle { } MouseArea { anchors.fill: parent + visible: appWindow.walletMode >= 2 cursorShape: Qt.PointingHandCursor onClicked: { if(!appWindow.isMining) { @@ -133,6 +134,7 @@ Rectangle { MouseArea { anchors.fill: parent + visible: appWindow.walletMode >= 2 cursorShape: Qt.PointingHandCursor onClicked: { if(!appWindow.isMining) {