wallpapers: update valid wall extensions

This commit is contained in:
2 * r + 2 * t 2025-06-12 21:59:07 +10:00
parent 53db2c572f
commit 07d06938c9

View file

@ -97,7 +97,7 @@ Singleton {
Process { Process {
running: true running: true
command: ["fd", ".", root.path, "-t", "f", "-e", "jpg", "-e", "jpeg", "-e", "png", "-e", "svg"] command: ["fd", ".", root.path, "-t", "f", "-e", "jpg", "-e", "jpeg", "-e", "png", "-e", "webp", "-e", "tif", "-e", "tiff"]
stdout: SplitParser { stdout: SplitParser {
splitMarker: "" splitMarker: ""
onRead: data => wallpapers.model = data.trim().split("\n") onRead: data => wallpapers.model = data.trim().split("\n")