mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix realtime "Large emoji" applying to only-custom-emoji.
This commit is contained in:
@@ -439,6 +439,7 @@ void EmojiPack::refreshAll() {
|
|||||||
for (const auto &[emoji, list] : _items) {
|
for (const auto &[emoji, list] : _items) {
|
||||||
refreshItems(list);
|
refreshItems(list);
|
||||||
}
|
}
|
||||||
|
refreshItems(_onlyCustomItems);
|
||||||
}
|
}
|
||||||
|
|
||||||
void EmojiPack::refreshItems(EmojiPtr emoji) {
|
void EmojiPack::refreshItems(EmojiPtr emoji) {
|
||||||
|
Reference in New Issue
Block a user