diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-22 00:26:01 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-22 00:26:01 +1000 |
| commit | b3e9bcfc2d694b34718fcc7ea985a54728cb58a7 (patch) | |
| tree | fe4e32487ef20e1019706bd09b05a690869b80e9 /modules/background/Background.qml | |
| parent | background: some fixes for desktop clock (diff) | |
| download | caelestia-shell-b3e9bcfc2d694b34718fcc7ea985a54728cb58a7.tar.gz caelestia-shell-b3e9bcfc2d694b34718fcc7ea985a54728cb58a7.tar.bz2 caelestia-shell-b3e9bcfc2d694b34718fcc7ea985a54728cb58a7.zip | |
background: load not async
Fixes #235
Diffstat (limited to 'modules/background/Background.qml')
| -rw-r--r-- | modules/background/Background.qml | 2 |
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 |