diff options
Diffstat (limited to 'components')
| -rw-r--r-- | components/NetworkStatusItem.qml | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |
