mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Use star emoji fallback for credits custom emoji.
This commit is contained in:
parent
68b9a8bc6a
commit
043e3ae97e
1 changed files with 2 additions and 1 deletions
|
@ -358,7 +358,8 @@ TextWithEntities CreditsEmoji(not_null<Main::Session*> session) {
|
|||
session->data().customEmojiManager().registerInternalEmoji(
|
||||
st::settingsPremiumIconStar,
|
||||
QMargins{ 0, -st::moderateBoxExpandInnerSkip, 0, 0 },
|
||||
true));
|
||||
true),
|
||||
QString(QChar(0x2B50)));
|
||||
}
|
||||
|
||||
} // namespace Ui
|
||||
|
|
Loading…
Add table
Reference in a new issue