From b3e9bcfc2d694b34718fcc7ea985a54728cb58a7 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 22 Jul 2025 00:26:01 +1000 Subject: background: load not async Fixes #235 --- modules/background/Background.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/background') diff --git a/modules/background/Background.qml b/modules/background/Background.qml index a28f1dd..7c645fb 100644 --- a/modules/background/Background.qml +++ b/modules/background/Background.qml @@ -5,7 +5,7 @@ import Quickshell.Wayland import QtQuick LazyLoader { - activeAsync: Config.background.enabled + active: Config.background.enabled Variants { model: Quickshell.screens -- cgit v1.2.3-freya