Index: sources/gui/qml/main.qml =================================================================== diff -u -r9c7a790376d07de7ddaa67e39d47102d68693c87 -r6c363d016811a09e31d03c94e2e459ea5aa4bd9f --- sources/gui/qml/main.qml (.../main.qml) (revision 9c7a790376d07de7ddaa67e39d47102d68693c87) +++ sources/gui/qml/main.qml (.../main.qml) (revision 6c363d016811a09e31d03c94e2e459ea5aa4bd9f) @@ -258,7 +258,7 @@ function isSettings () { _mainMenu.itemPressed(2) } disable : _GuiView.manufactSetup - hidden : true // it should be hidden by default since the landing screen changed to init and it does not have the main menu untill the POST passes. + hidden : true // it should be hidden by default since the landing screen changed to init and it does not have the main menu until the POST passes. titles : [ qsTr("Treatment") , qsTr("Manager") , qsTr("Settings") ] visibleItems : [ true , false , true ] Component.onCompleted : {