wallpapers: add svg format

This commit is contained in:
end-4 2025-08-17 22:54:40 +07:00
parent 5b1124d658
commit de6ba1c82e

View file

@ -21,7 +21,7 @@ Singleton {
// Supported image extensions. Videos are intentionally excluded for now
// to keep the overview lightweight.
readonly property list<string> extensions: [
"jpg", "jpeg", "png", "webp", "avif", "bmp"
"jpg", "jpeg", "png", "webp", "avif", "bmp", "svg"
]
// Resulting list of absolute file paths (without file:// prefix)