2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Use sticker set thumbnails in the panel.

This commit is contained in:
John Preston
2019-03-22 13:24:56 +04:00
parent 386600baf9
commit 72d9ac508a
2 changed files with 59 additions and 21 deletions

View File

@@ -135,6 +135,7 @@ private:
MTPDstickerSet::Flags flags,
const QString &title,
const QString &shortName,
ImagePtr thumbnail,
bool externalLayout,
int count,
const Stickers::Pack &pack = Stickers::Pack());
@@ -146,6 +147,7 @@ private:
MTPDstickerSet::Flags flags = MTPDstickerSet::Flags();
QString title;
QString shortName;
ImagePtr thumbnail;
Stickers::Pack pack;
std::unique_ptr<Ui::RippleAnimation> ripple;
bool externalLayout = false;