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) {