2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Moved album files filter to FileDialog namespace.

This commit is contained in:
23rd
2020-01-05 23:37:41 +03:00
committed by John Preston
parent faef5d8af6
commit 627a105ba9
4 changed files with 9 additions and 4 deletions

View File

@@ -1667,7 +1667,7 @@ void SendFilesBox::addThumbButtonHandlers() {
FileDialog::GetOpenPath(
this,
tr::lng_choose_file(tr::now),
qsl("Image and Video Files (*.png *.jpg *.mp4)"),
FileDialog::AlbumFilesFilter(),
crl::guard(this, callback));
}, _albumPreview->lifetime());