diff --git a/src/app/commoncomponents/JamiIdentifier.qml b/src/app/commoncomponents/JamiIdentifier.qml index 961425b3..cc75f654 100644 --- a/src/app/commoncomponents/JamiIdentifier.qml +++ b/src/app/commoncomponents/JamiIdentifier.qml @@ -41,15 +41,6 @@ Item { } } - Rectangle { - id: mask - anchors.fill: outerRow - radius: 5 - visible: false - Scaffold { - } - } - RowLayout { id: outerRow width: parent.width @@ -66,13 +57,6 @@ Item { "bl": 5 } - layer { - enabled: true - effect: OpacityMask { - maskSource: mask - } - } - RowLayout { width: parent.width anchors.verticalCenter: parent.verticalCenter