Index: sources/gui/qml/main.qml =================================================================== diff -u -r6b60df9d8468e2134c7de32bd0f6215cef33269b -rd61465fe416a56fdb38e79bdeca6bc43dc655be2 --- sources/gui/qml/main.qml (.../main.qml) (revision 6b60df9d8468e2134c7de32bd0f6215cef33269b) +++ sources/gui/qml/main.qml (.../main.qml) (revision d61465fe416a56fdb38e79bdeca6bc43dc655be2) @@ -6,8 +6,8 @@ * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file main.qml - * \author (last) Mohammed Suleiman - * \date (last) 21-Jul-2023 + * \author (last) Behrouz NematiPour + * \date (last) 26-Jul-2023 * \author (original) Behrouz NematiPour * \date (original) 24-Sep-2019 * @@ -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 ]