Index: sources/gui/qml/pages/SettingsHome.qml =================================================================== diff -u -r06d10ee1174f0947a01087554f3da3109b47aef6 -r4df19fe88c454bd54abcdaf983be59464c5ef5bc --- sources/gui/qml/pages/SettingsHome.qml (.../SettingsHome.qml) (revision 06d10ee1174f0947a01087554f3da3109b47aef6) +++ sources/gui/qml/pages/SettingsHome.qml (.../SettingsHome.qml) (revision 4df19fe88c454bd54abcdaf983be59464c5ef5bc) @@ -28,21 +28,6 @@ * which is the default screen in the "Settings" stack */ ScreenItem { id: _root - - Text { id : _titleText - visible: true - anchors { - top : parent.top - left : parent.horizontalCenter - topMargin : (Variables.headerHeight - Variables.logoHeight) / 2 - horizontalCenter: parent.horizontalCenter - } - text: qsTr("~ HD ~") - horizontalAlignment: Text.horizontalCenter - color: Colors.textMain - font.pixelSize: Fonts.fontPixelTitle - } - USBButton { id: _usbButton anchors { top : parent.top