Index: sources/gui/qml/pages/MainStack.qml =================================================================== diff -u -r3caffb866d4c84ac6282dcd36fc2d8f7cad9584d -rbd476995001c165188e4c86010bf8b0505d2ca35 --- sources/gui/qml/pages/MainStack.qml (.../MainStack.qml) (revision 3caffb866d4c84ac6282dcd36fc2d8f7cad9584d) +++ sources/gui/qml/pages/MainStack.qml (.../MainStack.qml) (revision bd476995001c165188e4c86010bf8b0505d2ca35) @@ -180,14 +180,16 @@ // Treatment Stop onTxStopChanged : { page( _treatmentStack , vtxStop )} onTsRecirculateChanged : { page( null , vtsRecirculate )} + onTsRecirculateDialysateChanged : { page( null , vtsRecirculateDialysate )} + onTsRecirculateBloodChanged : { page( null , vtsRecirculateBlood )} onTsRecirculateNoChanged : { page( null , vtsRecirculateNo )} } Connections { target: vPreTreatmentAdjustmentInitTreatment onAdjustmentTriggered: { // this may be handled by alarm and in that case if it is shown, it would be duplicate or simply will be covered by alarm. // if not it is not handled by alarm, removing the comment will make it work properly, since the MainHome modified to support this. - // _mainHome.reasonText = vPreTreatmentAdjustmentInitTreatment.text() + _mainHome.reasonText = vPreTreatmentAdjustmentInitTreatment.adjustment_ReasonText } } }