background: enable asynchronous loading for background component
This commit is contained in:
parent
a204fb62b5
commit
b8a3af14d7
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ import Quickshell.Wayland
|
||||||
import QtQuick
|
import QtQuick
|
||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
|
asynchronous: true
|
||||||
active: Config.background.enabled
|
active: Config.background.enabled
|
||||||
|
|
||||||
sourceComponent: Variants {
|
sourceComponent: Variants {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue