Merge pull request #2255

6baa963 NetworkStatusItem: simple mode has no node settings page (selsta)
This commit is contained in:
luigi1111 2019-07-12 20:37:46 -05:00
commit f6de660e0e
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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