background: load not async

Fixes #235
This commit is contained in:
2 * r + 2 * t 2025-07-22 00:26:01 +10:00
parent 6616cb1327
commit b3e9bcfc2d

View file

@ -5,7 +5,7 @@ import Quickshell.Wayland
import QtQuick import QtQuick
LazyLoader { LazyLoader {
activeAsync: Config.background.enabled active: Config.background.enabled
Variants { Variants {
model: Quickshell.screens model: Quickshell.screens