mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Add animated emoji premium preview.
This commit is contained in:
@@ -143,6 +143,15 @@ using Order = std::vector<QString>;
|
||||
PremiumPreview::Stickers,
|
||||
},
|
||||
},
|
||||
{
|
||||
u"animated_emoji"_q,
|
||||
Entry{
|
||||
&st::settingsIconEmoji,
|
||||
tr::lng_premium_summary_subtitle_animated_emoji(),
|
||||
tr::lng_premium_summary_about_animated_emoji(),
|
||||
PremiumPreview::AnimatedEmoji,
|
||||
},
|
||||
},
|
||||
{
|
||||
u"advanced_chat_management"_q,
|
||||
Entry{
|
||||
|
Reference in New Issue
Block a user