fix: wallpaper discovery
Allows settings to show installed wallpapers. - Modified `load_each_from_path` to recursively discover wallpapers, limited depth to 3 for performance.
This commit is contained in:
parent
1b2aba0107
commit
8ca65bafe4
4 changed files with 34 additions and 49 deletions
|
|
@ -23,3 +23,4 @@ infer = "0.16.0"
|
|||
jxl-oxide = "0.11.3"
|
||||
tokio = { version = "1.44.1", features = ["sync"] }
|
||||
tracing = "0.1.41"
|
||||
walkdir = "=2.5.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue