From 097fa8ee7e888427b21badc979e869e883e4db67 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sun, 12 Mar 2023 06:35:54 -0500 Subject: [PATCH] add more image formats --- src/qml/presenter/Library.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/presenter/Library.qml b/src/qml/presenter/Library.qml index b336c2a..652ee67 100644 --- a/src/qml/presenter/Library.qml +++ b/src/qml/presenter/Library.qml @@ -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