2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Add .m4v as a video file format.

This commit is contained in:
John Preston
2023-04-23 20:32:00 +04:00
parent 3394094dd3
commit 9c7fee0bfe
2 changed files with 2 additions and 1 deletions

View File

@@ -334,7 +334,7 @@ QString ImagesOrAllFilter() {
}
QString PhotoVideoFilesFilter() {
return u"Image and Video Files (*.png *.jpg *.jpeg *.mp4 *.mov);;"_q
return u"Image and Video Files (*.png *.jpg *.jpeg *.mp4 *.mov *.m4v);;"_q
+ AllFilesFilter();
}