lock: rename bg blur config option, no blur by default

This commit is contained in:
end-4
2025-09-17 23:39:56 +02:00
parent b984d6794e
commit c41364fb16
2 changed files with 12 additions and 9 deletions
@@ -135,8 +135,8 @@ Singleton {
property real workspaceZoom: 1.07 // Relative to your screen, not wallpaper size
property bool enableSidebar: true
}
property JsonObject blur: JsonObject {
property bool enable: true
property JsonObject lockBlur: JsonObject {
property bool enable: false
property int radius: 100
property bool centerClock: true
property bool showLockedText: true