mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 07:33:52 +02:00
Added missed *.mov extension to dialog files filter for album items.
This commit is contained in:
parent
093fcc3821
commit
7e9695b213
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ QString AllFilesFilter() {
|
||||||
}
|
}
|
||||||
|
|
||||||
QString AlbumFilesFilter() {
|
QString AlbumFilesFilter() {
|
||||||
return qsl("Image and Video Files (*.png *.jpg *.mp4 *.jpeg)");
|
return qsl("Image and Video Files (*.png *.jpg *.jpeg *.mp4 *.mov)");
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace internal {
|
namespace internal {
|
||||||
|
|
Loading…
Add table
Reference in a new issue