diff options
Diffstat (limited to 'modules/background/Background.qml')
| -rw-r--r-- | modules/background/Background.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/background/Background.qml b/modules/background/Background.qml index 3e6d933..fbacfab 100644 --- a/modules/background/Background.qml +++ b/modules/background/Background.qml @@ -9,6 +9,7 @@ import Quickshell.Wayland import QtQuick Loader { + asynchronous: true active: Config.background.enabled sourceComponent: Variants { |