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

Added confirming only images and videos when edit album item.

- Added hiding of checkbox when edit album item.
This commit is contained in:
23rd
2019-03-29 15:06:40 +03:00
committed by John Preston
parent 25e3674819
commit 89e1291d86
4 changed files with 32 additions and 2 deletions

View File

@@ -72,6 +72,7 @@ struct VoiceData : public DocumentAdditionalData {
};
bool fileIsImage(const QString &name, const QString &mime);
bool fileIsValidForAlbum(const QString &name, const QString &mime);
namespace Serialize {
class Document;