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:
Eduardo Flores 2025-06-13 16:23:28 -07:00 committed by Michael Murphy
parent 1b2aba0107
commit 8ca65bafe4
4 changed files with 34 additions and 49 deletions

1
Cargo.lock generated
View file

@ -1844,6 +1844,7 @@ dependencies = [
"jxl-oxide",
"tokio",
"tracing",
"walkdir",
]
[[package]]