summaryrefslogtreecommitdiff
path: root/modules/background
diff options
context:
space:
mode:
Diffstat (limited to 'modules/background')
-rw-r--r--modules/background/Background.qml1
-rw-r--r--modules/background/Wallpaper.qml1
2 files changed, 0 insertions, 2 deletions
diff --git a/modules/background/Background.qml b/modules/background/Background.qml
index 3e6d933..f3828bf 100644
--- a/modules/background/Background.qml
+++ b/modules/background/Background.qml
@@ -46,7 +46,6 @@ Loader {
anchors.margins: Appearance.padding.large
active: Config.background.desktopClock.enabled
- asynchronous: true
source: "DesktopClock.qml"
}
diff --git a/modules/background/Wallpaper.qml b/modules/background/Wallpaper.qml
index 233dacb..b5d7d4a 100644
--- a/modules/background/Wallpaper.qml
+++ b/modules/background/Wallpaper.qml
@@ -34,7 +34,6 @@ Item {
anchors.fill: parent
active: !root.source
- asynchronous: true
sourceComponent: StyledRect {
color: Colours.palette.m3surfaceContainer