diff --git a/src/app/commoncomponents/JamiIdentifier.qml b/src/app/commoncomponents/JamiIdentifier.qml index 961425b317133b3cc66579330c0ef60d3813ce0d..cc75f654b765d37cfb02d4633dc01839e55a6d65 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