From 3d29709df9b1d390b245c00b71b7dd6350fd4abe Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:12:07 +1000 Subject: background: fix when disabled Fixes #246, #283 --- modules/background/Background.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/background/Background.qml') diff --git a/modules/background/Background.qml b/modules/background/Background.qml index 7c645fb..09eed3c 100644 --- a/modules/background/Background.qml +++ b/modules/background/Background.qml @@ -4,10 +4,11 @@ import Quickshell import Quickshell.Wayland import QtQuick -LazyLoader { +Loader { + asynchronous: true active: Config.background.enabled - Variants { + sourceComponent: Variants { model: Quickshell.screens StyledWindow { -- cgit v1.2.3-freya