From b88b6027d2f42e8b382e18a9ff80877be838a37e Mon Sep 17 00:00:00 2001 From: ATMDA Date: Thu, 13 Nov 2025 10:31:38 -0500 Subject: fix: background not loading on config reload --- modules/background/Background.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/background/Background.qml b/modules/background/Background.qml index fbacfab..3e6d933 100644 --- a/modules/background/Background.qml +++ b/modules/background/Background.qml @@ -9,7 +9,6 @@ import Quickshell.Wayland import QtQuick Loader { - asynchronous: true active: Config.background.enabled sourceComponent: Variants { -- cgit v1.2.3-freya