Index: sources/gui/qml/main.qml =================================================================== diff -u -r889145432dfc3211c5f1bbcf38e548cbbe6b90a8 -r8d5fe7d63e3d86e9d89d5f824347d34479e4e9ec --- sources/gui/qml/main.qml (.../main.qml) (revision 889145432dfc3211c5f1bbcf38e548cbbe6b90a8) +++ sources/gui/qml/main.qml (.../main.qml) (revision 8d5fe7d63e3d86e9d89d5f824347d34479e4e9ec) @@ -259,7 +259,7 @@ function isManager () { _mainMenu.itemPressed(1) } function isSettings () { _mainMenu.itemPressed(2) } - disable : _GuiView.manufactSetup + disable : _GuiView.manufactSetup || _GuiView.updateSetup 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 ]