summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-22 00:26:01 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-22 00:26:01 +1000
commitb3e9bcfc2d694b34718fcc7ea985a54728cb58a7 (patch)
treefe4e32487ef20e1019706bd09b05a690869b80e9 /modules
parentbackground: some fixes for desktop clock (diff)
downloadcaelestia-shell-b3e9bcfc2d694b34718fcc7ea985a54728cb58a7.tar.gz
caelestia-shell-b3e9bcfc2d694b34718fcc7ea985a54728cb58a7.tar.bz2
caelestia-shell-b3e9bcfc2d694b34718fcc7ea985a54728cb58a7.zip
background: load not async
Fixes #235
Diffstat (limited to 'modules')
-rw-r--r--modules/background/Background.qml2
1 files changed, 1 insertions, 1 deletions
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