Index: sources/gui/qml/main.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 --- sources/gui/qml/main.qml (.../main.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/main.qml (.../main.qml) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) @@ -264,8 +264,8 @@ 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 ] + titles : [ qsTr("Treatment") , qsTr("Prescriptions") , qsTr("Settings") ] + visibleItems : [ true , true , true ] Component.onCompleted : { _settingsStack.visible = false _managerStack .visible = false