Index: sources/gui/qml/pages/TreatmentHome.qml =================================================================== diff -u -r174d5078531f9dfbe9cdc45274b852984bb72647 -rf623529d6ec25b555f3ac2248d71fc2b5e7063d6 --- sources/gui/qml/pages/TreatmentHome.qml (.../TreatmentHome.qml) (revision 174d5078531f9dfbe9cdc45274b852984bb72647) +++ sources/gui/qml/pages/TreatmentHome.qml (.../TreatmentHome.qml) (revision f623529d6ec25b555f3ac2248d71fc2b5e7063d6) @@ -35,21 +35,6 @@ // exported properties // - TouchRect { id : _poweroff - width: 150 - height: Variables.logoHeight - anchors { - top : parent.top - right : parent.right - topMargin : (Variables.headerHeight - Variables.logoHeight) / 2 - rightMargin : (Variables.headerHeight - Variables.logoHeight) / 2 - } - text.text: qsTr("Shutdown") - button.onPressed: { - _GuiView.doActionRequest(GuiActions.ActionPowerOff) - } - } - TreatmentStart { id : _treatmentStart onBackPressed: { _treatmentStack.pop()