WallpaperSelector: syntax fix

This commit is contained in:
LemmyCook 2025-08-29 13:11:31 -04:00
parent db3ea7ed73
commit 812ddf2ebb

View file

@ -78,7 +78,7 @@ ColumnLayout {
description: "Set selected wallpaper on all monitors at once."
checked: Settings.data.wallpaper.setWallpaperOnAllMonitors
onToggled: checked => Settings.data.wallpaper.setWallpaperOnAllMonitors = checked
visible: (wallpaperService.wallpaperList.length > 0)
visible: (WallpaperService.wallpaperList.length > 0)
}
// Wallpaper grid container
@ -204,7 +204,6 @@ ColumnLayout {
ColumnLayout {
id: fallbackColumn
anchors.fill: parent
anchors.margins: Style.marginL * Scaling
Item {
Layout.fillHeight: true