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.
This commit is contained in:
Chris Cochrun 2023-03-10 17:24:24 -06:00
parent ac32f6e20a
commit b9a8eb4903

View file

@ -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