Index: sources/gui/qml/main.qml =================================================================== diff -u -rb50431293b0690d6071f0fd58044880909cef01d -ra1fdb6d955a07f87e0352c41cee61106eb97e59f --- sources/gui/qml/main.qml (.../main.qml) (revision b50431293b0690d6071f0fd58044880909cef01d) +++ sources/gui/qml/main.qml (.../main.qml) (revision a1fdb6d955a07f87e0352c41cee61106eb97e59f) @@ -218,6 +218,7 @@ // 3 - Footer MainMenu { id: _mainMenu + 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") ] Component.onCompleted: { _settingsStack.visible = false