Index: sources/gui/qml/components/HeaderBar.qml =================================================================== diff -u -r1286d74bd015276aab604808be2766136091c125 -r39a514158384c0ad4bfcfb90bafbaa4ca8dc5a26 --- sources/gui/qml/components/HeaderBar.qml (.../HeaderBar.qml) (revision 1286d74bd015276aab604808be2766136091c125) +++ sources/gui/qml/components/HeaderBar.qml (.../HeaderBar.qml) (revision 39a514158384c0ad4bfcfb90bafbaa4ca8dc5a26) @@ -8,7 +8,7 @@ property alias menuHidden : _headerMenu.hidden property alias headerMenuIndex : _headerMenu.index - property alias loggedUser : _loggedInUser.text + property alias userMode : _loggedInUser.text readonly property int currentScreen : _headerMenu.currentScreen property bool isCreateRx : false // This is to hide in the create rx icon in the screen only property bool isHeparinFeatured : vSettings.heparinSyringePump