Index: sources/gui/qml/pages/SettingsHome.qml =================================================================== diff -u -r14c541d2b780b0a244bc84860aa565cf8dd7fe4b -r01cdcd9647c07963bf4a1cf1e477755dddb84c6c --- sources/gui/qml/pages/SettingsHome.qml (.../SettingsHome.qml) (revision 14c541d2b780b0a244bc84860aa565cf8dd7fe4b) +++ sources/gui/qml/pages/SettingsHome.qml (.../SettingsHome.qml) (revision 01cdcd9647c07963bf4a1cf1e477755dddb84c6c) @@ -63,23 +63,6 @@ _GuiView.doActionTransmit(GuiActions.ID_PowerOff, GuiActions.NoData) } } - - TouchRect { id : _endTreatmentButton - objectName: "_endTreatmentButton" - width: 200 - height: Variables.logoHeight - animated: true - anchors { - top : parent.top - right : _usbButton.left - topMargin : (Variables.headerHeight - Variables.logoHeight) / 2 - rightMargin : (Variables.headerHeight - Variables.logoHeight) / 2 - } - text.text: qsTr("End Treatment") - button.onPressed: { - vTreatmentEnd.doEndTreatmentRequest(); - } - } } /*