NetworkStatusItem: simple mode has no node settings page

This commit is contained in:
selsta 2019-07-03 18:12:56 +02:00
parent c7956f76ea
commit 6baa96360f
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E

View File

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