From 803ed74912219c79e3cfb05199a6abe446293980 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 8 May 2025 12:38:16 +1000 Subject: wallpaper: fix flash when changing wallpapers --- modules/background/Background.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/background') diff --git a/modules/background/Background.qml b/modules/background/Background.qml index 2dda9fb..fe02a1a 100644 --- a/modules/background/Background.qml +++ b/modules/background/Background.qml @@ -21,6 +21,7 @@ Variants { name: "background" exclusionMode: ExclusionMode.Ignore layer: WlrLayer.Background + color: "black" anchors.top: true anchors.bottom: true -- cgit v1.2.3-freya