Index: sources/gui/qml/pages/MainStack.qml =================================================================== diff -u -rb3a919eb1696079530d537fb2bf8b7e526178997 -rbd476995001c165188e4c86010bf8b0505d2ca35 --- sources/gui/qml/pages/MainStack.qml (.../MainStack.qml) (revision b3a919eb1696079530d537fb2bf8b7e526178997) +++ sources/gui/qml/pages/MainStack.qml (.../MainStack.qml) (revision bd476995001c165188e4c86010bf8b0505d2ca35) @@ -189,7 +189,7 @@ 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 } } }