aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-07-03 18:12:56 +0200
committerselsta <selsta@sent.at>2019-07-05 20:57:19 +0200
commit6baa96360f12eaaeb108a874ba166da57013d804 (patch)
treebc5a2a0b35fd3ee857fd2c4750b9741c828353d9
parentc7956f76ead2c82a320c830a63ffa97d55a10bb6 (diff)
downloadmonzero-gui-6baa96360f12eaaeb108a874ba166da57013d804.tar.gz
monzero-gui-6baa96360f12eaaeb108a874ba166da57013d804.tar.xz
monzero-gui-6baa96360f12eaaeb108a874ba166da57013d804.zip
NetworkStatusItem: simple mode has no node settings page
-rw-r--r--components/NetworkStatusItem.qml2
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) {