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:
@@ -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());
|
||||
|
Reference in New Issue
Block a user