From b9a8eb49037881515ffcd9a3f76bb3d6923179c1 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 10 Mar 2023 17:24:24 -0600 Subject: [PATCH] adding html to list of presentation extensions This is necessary for eventually adding in WebEngineView to the Slide.qml and enabling reveal.js presentations to work. --- 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 4add06f..b336c2a 100644 --- a/src/qml/presenter/Library.qml +++ b/src/qml/presenter/Library.qml @@ -15,7 +15,7 @@ Item { 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 presexts: ["pdf", "PDF", "odp", "pptx"] + property var presexts: ["pdf", "PDF", "odp", "pptx", "html"] Kirigami.Theme.colorSet: Kirigami.Theme.View