mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 10:44:46 +00:00
NetworkStatusItem: simple mode has no node settings page
This commit is contained in:
parent
c7956f76ea
commit
6baa96360f
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,7 @@ Rectangle {
|
||||||
}
|
}
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
visible: appWindow.walletMode >= 2
|
||||||
cursorShape: Qt.PointingHandCursor
|
cursorShape: Qt.PointingHandCursor
|
||||||
onClicked: {
|
onClicked: {
|
||||||
if(!appWindow.isMining) {
|
if(!appWindow.isMining) {
|
||||||
|
@ -133,6 +134,7 @@ Rectangle {
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
visible: appWindow.walletMode >= 2
|
||||||
cursorShape: Qt.PointingHandCursor
|
cursorShape: Qt.PointingHandCursor
|
||||||
onClicked: {
|
onClicked: {
|
||||||
if(!appWindow.isMining) {
|
if(!appWindow.isMining) {
|
||||||
|
|
Loading…
Reference in a new issue