Fix blur background setting

FastBlur -> MultiEffect broke it.
This commit is contained in:
luisangelsm
2026-03-01 15:17:45 +01:00
parent 66c9047be4
commit 52e43192c4
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ SplitView {
source: backgroundImg
blurEnabled: true
blur: 1.0
blurMax: 64
blurMax: Math.max(2, backgroundBlurRadius)
opacity: backgroundBlurOpacity
visible: backgroundBlurVisible
}