add more image formats

This commit is contained in:
Chris Cochrun 2023-03-12 06:35:54 -05:00
parent a543d8b9bc
commit 097fa8ee7e

View file

@ -14,7 +14,7 @@ Item {
property string selectedLibrary: "songs"
property bool overlay: false
property var videoexts: ["mp4", "webm", "mkv", "avi", "MP4", "WEBM", "MKV"]
property var imgexts: ["jpg", "png", "gif", "jpeg", "JPG", "PNG"]
property var imgexts: ["jpg", "png", "gif", "jpeg", "JPG", "PNG", "webp", "gif"]
property var presexts: ["pdf", "PDF", "odp", "pptx", "html"]
Kirigami.Theme.colorSet: Kirigami.Theme.View