mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Added missed *.mov extension to dialog files filter for album items.
This commit is contained in:
@@ -310,7 +310,7 @@ QString AllFilesFilter() {
|
||||
}
|
||||
|
||||
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 {
|
||||
|
Reference in New Issue
Block a user