2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 07:25:46 +00:00

Added special mode to emoji list widget to exclude non-unicode emoji.

This commit is contained in:
23rd
2024-04-24 17:30:15 +03:00
committed by John Preston
parent 804991a69c
commit 38fc6bfbb9
4 changed files with 15 additions and 6 deletions

View File

@@ -540,6 +540,8 @@ TabbedSelector::Tab TabbedSelector::createTab(SelectorTab type, int index) {
? EmojiMode::FullReactions
: _mode == Mode::RecentReactions
? EmojiMode::RecentReactions
: _mode == Mode::PeerTitle
? EmojiMode::PeerTitle
: EmojiMode::Full),
.customTextColor = _customTextColor,
.paused = paused,