From b8a3af14d7d9c3e37f4d721a2e2ab1fecccfc1bf Mon Sep 17 00:00:00 2001 From: ATMDA Date: Thu, 20 Nov 2025 09:30:45 -0500 Subject: background: enable asynchronous loading for background component --- modules/background/Background.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/background/Background.qml b/modules/background/Background.qml index 3e6d933..fbacfab 100644 --- a/modules/background/Background.qml +++ b/modules/background/Background.qml @@ -9,6 +9,7 @@ import Quickshell.Wayland import QtQuick Loader { + asynchronous: true active: Config.background.enabled sourceComponent: Variants { -- cgit v1.2.3-freya