Revert "Remove qt5-compat"

This commit is contained in:
Lysec 2025-08-03 12:59:13 +02:00 committed by GitHub
parent 615dfa6621
commit 7fe8005cbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 64 additions and 68 deletions

View file

@ -1,7 +1,7 @@
import QtQuick
import QtQuick.Layouts
import QtQuick.Effects
import QtQuick.Controls
import Qt5Compat.GraphicalEffects
import qs.Settings
Rectangle {
@ -74,8 +74,7 @@ Rectangle {
sourceSize.height: 64
}
MultiEffect {
maskEnabled: true
OpacityMask {
anchors.fill: avatarImage
source: avatarImage
maskSource: Rectangle {
@ -663,4 +662,4 @@ Rectangle {
}
}
}
}
}