From 8a46b63a557ef026c4e69b6ebf3498db7c2dfdd8 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 21 Oct 2025 14:05:06 +1100 Subject: background: fix visualiser blur + allow disable Fixes #807 --- config/BackgroundConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/BackgroundConfig.qml') 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 } -- cgit v1.2.3-freya