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:
parent
ac32f6e20a
commit
b9a8eb4903
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue