Add recursive wallpaper setting in WallpaperTab (implements #568)

This commit is contained in:
Ly-sec
2025-10-27 17:05:11 +01:00
parent 1067ffe7a3
commit f30d1d3ea1
11 changed files with 123 additions and 8 deletions
+1
View File
@@ -224,6 +224,7 @@ Singleton {
property bool enabled: true
property string directory: ""
property bool enableMultiMonitorDirectories: false
property bool recursiveSearch: false
property bool setWallpaperOnAllMonitors: true
property string defaultWallpaper: ""
property string fillMode: "crop"