Index: sources/gui/qml/pages/settings/SettingsHome.qml =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r86e9dfbff50cb7e16fd94c16c1c818cef3b47eac --- sources/gui/qml/pages/settings/SettingsHome.qml (.../SettingsHome.qml) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/gui/qml/pages/settings/SettingsHome.qml (.../SettingsHome.qml) (revision 86e9dfbff50cb7e16fd94c16c1c818cef3b47eac) @@ -37,8 +37,6 @@ signal itemClicked(int vIndex) - title : qsTr("Device Settings") - TouchGrid { id: _settingItems anchors.centerIn: _root onItemClicked : _root.itemClicked(vIndex) @@ -56,14 +54,13 @@ leftMargin : 35 } TouchRect { id : _clearAlarmCondition + visible : false // TODO : phase 1 doesn't have this feature (disinfection schedule) objectName: "_clearAlarmCondition" width : 300 height : Variables.logoDiameter text.text: qsTr("Clear Alarm Condition") onClicked: _alarmItem.clearAlarm() } - USBButton { id: _usbButton } - ExportButton { id: _exportButton } } // The Main menu need to hide in case we have any alarm, if not the menu is covered by keyboard but the alram does not.