Remove qt5-compat

This commit is contained in:
leiserfg 2025-07-28 09:17:13 +02:00
parent 02e6367d73
commit 9b87e1eef6
No known key found for this signature in database
10 changed files with 68 additions and 64 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,7 +74,8 @@ Rectangle {
sourceSize.height: 64
}
OpacityMask {
MultiEffect {
maskEnabled: true
anchors.fill: avatarImage
source: avatarImage
maskSource: Rectangle {
@ -662,4 +663,4 @@ Rectangle {
}
}
}
}
}