From 44e8d811c1e7b177154c8a82a0adf22ab7c25f65 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:27:13 +1100 Subject: background: non async loader Fixes #1074 Closes #1080 --- modules/background/Background.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/background/Background.qml') 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