Index: sources/gui/qml/main.qml =================================================================== diff -u -r5dce80bb3079b3f0e6e134110e267be3277c3a8d -r65bff6538499d8a7592f5b664982b69d90d102c2 --- sources/gui/qml/main.qml (.../main.qml) (revision 5dce80bb3079b3f0e6e134110e267be3277c3a8d) +++ sources/gui/qml/main.qml (.../main.qml) (revision 65bff6538499d8a7592f5b664982b69d90d102c2) @@ -258,7 +258,8 @@ function isSettings () { _mainMenu.itemPressed(2) } 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. - titles: [ qsTr("Treatment") , qsTr("Manager") , qsTr("Settings") ] + titles : [ qsTr("Treatment") , qsTr("Manager") , qsTr("Settings") ] + visibleItems : [ true , false , true ] Component.onCompleted: { _settingsStack.visible = false _managerStack .visible = false