Index: sources/gui/qml/main.qml =================================================================== diff -u -r26433c42f2efa2cb18af95f523581c7eeeff049d -re1cbc3d1ccf5877a8dfed934e33964aaadbf5b39 --- sources/gui/qml/main.qml (.../main.qml) (revision 26433c42f2efa2cb18af95f523581c7eeeff049d) +++ sources/gui/qml/main.qml (.../main.qml) (revision e1cbc3d1ccf5877a8dfed934e33964aaadbf5b39) @@ -262,7 +262,7 @@ function isManager () { _mainMenu.itemPressed(1) } function isSettings () { _mainMenu.itemPressed(2) } - disable : _GuiView.manufactSetup || _GuiView.updateSetup + disable : _GuiView.manufactSetup || _GuiView.updateSetup || _GuiView.registerSetup 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 ]