lock screen blur: fix center clock option, add settings app toggles

This commit is contained in:
end-4
2025-09-18 14:07:21 +02:00
parent 21303b24c8
commit f9d9df4bbf
3 changed files with 47 additions and 2 deletions
@@ -277,7 +277,7 @@ Variants {
}
states: State {
name: "centered"
when: bgRoot.shouldBlur
when: bgRoot.shouldBlur && Config.options.background.lockBlur.centerClock
AnchorChanges {
target: clockLoader
anchors {