Index: sources/gui/qml/pages/MainStack.qml =================================================================== diff -u -refb549a694539630ba7c1d8e348f598052b85f0f -rb238ed3e1aa94f5c03d4e1a6ed6c9fdfdd2a3cb5 --- sources/gui/qml/pages/MainStack.qml (.../MainStack.qml) (revision efb549a694539630ba7c1d8e348f598052b85f0f) +++ sources/gui/qml/pages/MainStack.qml (.../MainStack.qml) (revision b238ed3e1aa94f5c03d4e1a6ed6c9fdfdd2a3cb5) @@ -165,20 +165,6 @@ onInvalidModeChanged : { page( null , vinvalidMode )} } - // As long as UI is in In-Tx BP/HR is updated and the dialog will pop up on interval. - Connections { target: vHDOperationMode - onInTreatmentChanged : { - vTreatmentVitals.enableDialog = vinTreatment - if ( vinTreatment ) { - vTreatmentVitals.doTimerStart() - } - else { - vTreatmentVitals.doTimerStop() - vTreatmentVitals.doReset() - } - } - } - // the page function is more flixible regarding our current design // and it's easier(or may not need) to modify later if required. // and is more optimized and will never leave screen empty