Index: sources/gui/qml/pages/postTreatment/PostTreatmentBloodPrime.qml =================================================================== diff -u -r2d37388a2b6651ea4002d6720e933315e0ba7fa3 -r2d2917978a4e25eb79a0fb71851b6124171d8072 --- sources/gui/qml/pages/postTreatment/PostTreatmentBloodPrime.qml (.../PostTreatmentBloodPrime.qml) (revision 2d37388a2b6651ea4002d6720e933315e0ba7fa3) +++ sources/gui/qml/pages/postTreatment/PostTreatmentBloodPrime.qml (.../PostTreatmentBloodPrime.qml) (revision 2d2917978a4e25eb79a0fb71851b6124171d8072) @@ -27,8 +27,6 @@ ScreenItem { id: _root objectName: "_PostTreatmentBloodPrime" - property alias reasonText : _notification.text - Text { id: _title anchors { top: parent.top @@ -56,16 +54,4 @@ } } - - NotificationBar { id: _notification - iconVisible: false - } - - onVisibleChanged: { - _notification.text = "" - if (visible) { - _mainMenu .hidden = true - _treatmentMenu.hidden = true - } - } }