diff options
Diffstat (limited to 'modules/background')
| -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 |