mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Update EmojiOne Set From 2.2.6 to 2.2.7
Newer version is available. This change uses emojis from the 2.2.7 set instead of the 2.2.6 set.
This commit is contained in:
parent
6d4344e66c
commit
fe1826c89e
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ void EmoteManager::loadEmojis()
|
|||
QString unicodeString = QString::fromUcs4(unicodeBytes, numUnicodeBytes);
|
||||
|
||||
QString url = "https://cdnjs.cloudflare.com/ajax/libs/"
|
||||
"emojione/2.2.6/assets/png/" +
|
||||
"emojione/2.2.7/assets/png/" +
|
||||
code + ".png";
|
||||
|
||||
EmojiData emojiData{
|
||||
|
|
Loading…
Reference in a new issue