diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2026-01-16 01:27:13 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2026-01-16 01:27:13 +1100 |
| commit | 44e8d811c1e7b177154c8a82a0adf22ab7c25f65 (patch) | |
| tree | 07b0625ab4c4e18b1da15c1365cb526fa6be60fb /modules/background/Background.qml | |
| parent | plugin/cutils: fix copyfile when overwrite file doesn't exist (diff) | |
| download | caelestia-shell-44e8d811c1e7b177154c8a82a0adf22ab7c25f65.tar.gz caelestia-shell-44e8d811c1e7b177154c8a82a0adf22ab7c25f65.tar.bz2 caelestia-shell-44e8d811c1e7b177154c8a82a0adf22ab7c25f65.zip | |
background: non async loader
Fixes #1074
Closes #1080
Diffstat (limited to '')
| -rw-r--r-- | modules/background/Background.qml | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |