aboutsummaryrefslogtreecommitdiffstats
path: root/apps/com.pelagicore.phone/views/CallWidgetView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/com.pelagicore.phone/views/CallWidgetView.qml')
-rw-r--r--apps/com.pelagicore.phone/views/CallWidgetView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/com.pelagicore.phone/views/CallWidgetView.qml b/apps/com.pelagicore.phone/views/CallWidgetView.qml
index a673c648..eeb69b94 100644
--- a/apps/com.pelagicore.phone/views/CallWidgetView.qml
+++ b/apps/com.pelagicore.phone/views/CallWidgetView.qml
@@ -161,6 +161,7 @@ Item {
RoundImage {
id: contactImage
source: root.callerHandle ? "../assets/profile_photos/%1.png".arg(root.callerHandle) : ""
+ enableOpacityMasks: store.allowOpenGLContent
}
ColumnLayout {