wallpapers: update valid wall extensions
This commit is contained in:
parent
53db2c572f
commit
07d06938c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue