Skip to content

Commit 8f0fa92

Browse files
committed
feat: add GIF format to the file picker
1 parent 824aa46 commit 8f0fa92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/contents/ui/config.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ Kirigami.FormLayout {
789789
id: fileDialog
790790
fileMode: FileDialog.OpenFiles
791791
title: i18n("Pick a video file")
792-
nameFilters: [i18n("Video files") + " (*.mp4 *.mpg *.ogg *.mov *.webm *.flv *.matroska *.avi *wmv)", i18n("All files") + " (*)"]
792+
nameFilters: [i18n("Video files") + " (*.mp4 *.mpg *.ogg *.mov *.webm *.flv *.matroska *.avi *wmv *.gif)", i18n("All files") + " (*)"]
793793
onAccepted: {
794794
let currentFiles = cfg_VideoUrls.trim().split("\n");
795795
for (let file of fileDialog.selectedFiles) {

0 commit comments

Comments
 (0)