kwin/mobiletaskswitcher: Remove blur for performance

This commit is contained in:
Devin Lin 2023-03-25 22:28:32 -07:00
parent 24f399d195
commit 5e22c69d32

View file

@ -122,14 +122,6 @@ FocusScope {
outputName: targetScreen.name outputName: targetScreen.name
} }
FastBlur {
source: backgroundItem
anchors.fill: parent
opacity: container.opacity
radius: 50
cached: true
}
// background colour // background colour
Rectangle { Rectangle {
id: backgroundRect id: backgroundRect