Index: sources/gui/qml/main.qml =================================================================== diff -u -r8f336b528afb37743d4ae3404c810e6a9e4422c4 -r153bcdb67dca6c40022318b80d5c7079d48bb37f --- sources/gui/qml/main.qml (.../main.qml) (revision 8f336b528afb37743d4ae3404c810e6a9e4422c4) +++ sources/gui/qml/main.qml (.../main.qml) (revision 153bcdb67dca6c40022318b80d5c7079d48bb37f) @@ -253,6 +253,9 @@ } } + Connections { target: vHDOperationMode + onStandbyWaitDisinfectChanged : { _mainMenu.isTreatment() } + } // 9 - Others Text { // TEST : Application version should be moved into the information screen later.