diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-07-12 20:37:46 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-07-12 20:37:46 -0500 |
| commit | f6de660e0e4472467b14ea5bf509743d08a13446 (patch) | |
| tree | 84df1ab689fa1b5b9bf6c0fc8fc00983540ff6d8 | |
| parent | b3402b3d4e9c7ceee386c954d7085621f973b451 (diff) | |
| parent | 6baa96360f12eaaeb108a874ba166da57013d804 (diff) | |
| download | monzero-gui-f6de660e0e4472467b14ea5bf509743d08a13446.tar.gz monzero-gui-f6de660e0e4472467b14ea5bf509743d08a13446.tar.xz monzero-gui-f6de660e0e4472467b14ea5bf509743d08a13446.zip | |
Merge pull request #2255
6baa963 NetworkStatusItem: simple mode has no node settings page (selsta)
| -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) { |
