From 812ddf2ebb2fcb052c1e42c7c5b1746103825833 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Fri, 29 Aug 2025 13:11:31 -0400 Subject: [PATCH] WallpaperSelector: syntax fix --- Modules/SettingsPanel/Tabs/WallpaperSelectorTab.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Modules/SettingsPanel/Tabs/WallpaperSelectorTab.qml b/Modules/SettingsPanel/Tabs/WallpaperSelectorTab.qml index be415ff..2664631 100644 --- a/Modules/SettingsPanel/Tabs/WallpaperSelectorTab.qml +++ b/Modules/SettingsPanel/Tabs/WallpaperSelectorTab.qml @@ -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