diff options
| author | selsta <selsta@sent.at> | 2019-07-03 18:12:56 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-07-05 20:57:19 +0200 |
| commit | 6baa96360f12eaaeb108a874ba166da57013d804 (patch) | |
| tree | bc5a2a0b35fd3ee857fd2c4750b9741c828353d9 /components | |
| parent | c7956f76ead2c82a320c830a63ffa97d55a10bb6 (diff) | |
| download | monzero-gui-6baa96360f12eaaeb108a874ba166da57013d804.tar.gz monzero-gui-6baa96360f12eaaeb108a874ba166da57013d804.tar.xz monzero-gui-6baa96360f12eaaeb108a874ba166da57013d804.zip | |
NetworkStatusItem: simple mode has no node settings page
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) { |
