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

Fly-animate reactions from the new context menu.

This commit is contained in:
John Preston
2022-09-06 17:08:20 +04:00
parent 1877786707
commit d4810713cb
16 changed files with 169 additions and 80 deletions

View File

@@ -14,10 +14,12 @@ struct MessageSendingAnimationFrom {
None,
Sticker,
Gif,
Emoji,
};
Type type = Type::None;
std::optional<MsgId> localId;
QRect globalStartGeometry;
QImage frame;
bool crop = false;
};