mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-10-29 15:36:08 +00:00
Fly-animate reactions from the new context menu.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user