Index: sources/gui/qml/components/MainMenu.qml =================================================================== diff -u -r8ff1852fbcf348761fd30f878f31fa43ffa9e37c -rbce1e6f584c921c9fa6945204ed1e1d38021fbc8 --- sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision 8ff1852fbcf348761fd30f878f31fa43ffa9e37c) +++ sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision bce1e6f584c921c9fa6945204ed1e1d38021fbc8) @@ -35,7 +35,7 @@ property bool isMainMenu : false property bool isMainTreatment : false readonly property int currentScreen : isMainTreatment ? _mainTreatmentModel.get(index).screen : 0 - property color heparinStatusColor: Colors.transparent + property color statusColor : Colors.transparent width : parent.width height : Variables.mainMenuHeight @@ -132,7 +132,7 @@ width : height radius : height visible : _root.isMainTreatment && model.screen === MainMenu.Heparin - color : _root.heparinStatusColor + color : _root.statusColor } onPressed: {