There was an error while loading. Please reload this page.
1 parent 824aa46 commit 8f0fa92Copy full SHA for 8f0fa92
1 file changed
package/contents/ui/config.qml
@@ -789,7 +789,7 @@ Kirigami.FormLayout {
789
id: fileDialog
790
fileMode: FileDialog.OpenFiles
791
title: i18n("Pick a video file")
792
- nameFilters: [i18n("Video files") + " (*.mp4 *.mpg *.ogg *.mov *.webm *.flv *.matroska *.avi *wmv)", i18n("All files") + " (*)"]
+ nameFilters: [i18n("Video files") + " (*.mp4 *.mpg *.ogg *.mov *.webm *.flv *.matroska *.avi *wmv *.gif)", i18n("All files") + " (*)"]
793
onAccepted: {
794
let currentFiles = cfg_VideoUrls.trim().split("\n");
795
for (let file of fileDialog.selectedFiles) {
0 commit comments