diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/BackgroundConfig.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/BackgroundConfig.qml b/config/BackgroundConfig.qml index af46053..ec6b299 100644 --- a/config/BackgroundConfig.qml +++ b/config/BackgroundConfig.qml @@ -12,6 +12,7 @@ JsonObject { component Visualiser: JsonObject { property bool enabled: false property bool autoHide: true + property bool blur: false property real rounding: 1 property real spacing: 1 } |