mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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(
|
session->data().customEmojiManager().registerInternalEmoji(
|
||||||
st::settingsPremiumIconStar,
|
st::settingsPremiumIconStar,
|
||||||
QMargins{ 0, -st::moderateBoxExpandInnerSkip, 0, 0 },
|
QMargins{ 0, -st::moderateBoxExpandInnerSkip, 0, 0 },
|
||||||
true));
|
true),
|
||||||
|
QString(QChar(0x2B50)));
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Ui
|
} // namespace Ui
|
||||||
|
|
Loading…
Add table
Reference in a new issue