2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +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

@@ -295,6 +295,10 @@ QString AllFilesFilter() {
#endif // Q_OS_WIN
}
QString AlbumFilesFilter() {
return qsl("Image and Video Files (*.png *.jpg *.mp4 *.jpeg)");
}
namespace internal {
void InitLastPathDefault() {