hide node tab toggle for now

This commit is contained in:
Iuri Matias 2021-05-05 16:27:23 -04:00
parent c45fe44ad5
commit a2655c9b7b
1 changed files with 14 additions and 14 deletions

View File

@ -109,20 +109,20 @@ Item {
} }
} }
StatusSettingsLineButton { // StatusSettingsLineButton {
//% "Node Management" // //% "Node Management"
text: qsTrId("node-management") // text: qsTrId("node-management")
isSwitch: true // isSwitch: true
switchChecked: appSettings.nodeManagementEnabled // switchChecked: appSettings.nodeManagementEnabled
onClicked: { // onClicked: {
if (!appSettings.nodeManagementEnabled) { // if (!appSettings.nodeManagementEnabled) {
confirmationPopup.settingsProp = "nodeManagementEnabled" // confirmationPopup.settingsProp = "nodeManagementEnabled"
confirmationPopup.open() // confirmationPopup.open()
} else { // } else {
appSettings.nodeManagementEnabled = false // appSettings.nodeManagementEnabled = false
} // }
} // }
} // }
} }
NetworksModal { NetworksModal {