Skip to content

Commit

Permalink
Don't apply blur if it's set to 0px
Browse files Browse the repository at this point in the history
  • Loading branch information
emvaized authored Sep 22, 2022
1 parent 3cccde9 commit 29bbc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/ui/components/DesktopBackground.qml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Item {
anchors.fill: parent
source: desktopBackground
radius: desktopBackgroundBlur
visible: true
cached: false
visible: desktopBackgroundBlur > 0
}
}

0 comments on commit 29bbc59

Please sign in to comment.