mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Version 4.9.2: Fix build Xcode.
This commit is contained in:
parent
5ee7cb4dbf
commit
1d26a01144
1 changed files with 1 additions and 1 deletions
|
@ -1084,7 +1084,7 @@ void EmojiListWidget::fillRecentMenu(
|
||||||
data.rich.entities.push_back({
|
data.rich.entities.push_back({
|
||||||
EntityType::CustomEmoji,
|
EntityType::CustomEmoji,
|
||||||
0,
|
0,
|
||||||
emoji.size(),
|
int(emoji.size()),
|
||||||
Data::SerializeCustomEmojiId(custom)
|
Data::SerializeCustomEmojiId(custom)
|
||||||
});
|
});
|
||||||
addAction(tr::lng_emoji_copy(tr::now), [=] {
|
addAction(tr::lng_emoji_copy(tr::now), [=] {
|
||||||
|
|
Loading…
Add table
Reference in a new issue