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

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