diff --git a/Linphone/view/Control/Display/EffectImage.qml b/Linphone/view/Control/Display/EffectImage.qml index 908238e60..16bb08fd2 100644 --- a/Linphone/view/Control/Display/EffectImage.qml +++ b/Linphone/view/Control/Display/EffectImage.qml @@ -18,6 +18,7 @@ Item { property bool shadowEnabled: false property bool isImageReady: false property bool retainWhileLoading: true + property alias status: image.status Image { id: image visible: !effect2.effectEnabled