diff --git a/services/Wallpapers.qml b/services/Wallpapers.qml index 1f29105c..44ca6a00 100644 --- a/services/Wallpapers.qml +++ b/services/Wallpapers.qml @@ -97,7 +97,7 @@ Singleton { Process { 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 { splitMarker: "" onRead: data => wallpapers.model = data.trim().split("\n")