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

View file

@ -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"