From a5cf234dca371fbd6fa5df8bb53053e7ed1240ef Mon Sep 17 00:00:00 2001 From: Gaelle Braud Date: Mon, 9 Mar 2026 18:03:07 +0100 Subject: [PATCH] fix crash on start --- Linphone/view/Control/Display/EffectImage.qml | 1 + 1 file changed, 1 insertion(+) 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