add more image formats
This commit is contained in:
parent
a543d8b9bc
commit
097fa8ee7e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Item {
|
||||||
property string selectedLibrary: "songs"
|
property string selectedLibrary: "songs"
|
||||||
property bool overlay: false
|
property bool overlay: false
|
||||||
property var videoexts: ["mp4", "webm", "mkv", "avi", "MP4", "WEBM", "MKV"]
|
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"]
|
property var presexts: ["pdf", "PDF", "odp", "pptx", "html"]
|
||||||
|
|
||||||
Kirigami.Theme.colorSet: Kirigami.Theme.View
|
Kirigami.Theme.colorSet: Kirigami.Theme.View
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue