mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Update Emoji Data to v14.0 (#3612)
This commit is contained in:
parent
414313726e
commit
4c275cb183
|
@ -59,6 +59,7 @@
|
||||||
- Minor: Show right click context menu anywhere within a message's line. (#3566)
|
- Minor: Show right click context menu anywhere within a message's line. (#3566)
|
||||||
- Minor: Make Tab Layout setting only accept predefined values (#3564)
|
- Minor: Make Tab Layout setting only accept predefined values (#3564)
|
||||||
- Minor: Added librewolf, icecat, and waterfox incognito support. (#3588)
|
- Minor: Added librewolf, icecat, and waterfox incognito support. (#3588)
|
||||||
|
- Minor: Updated to Emoji v14.0 (#3612)
|
||||||
- Bugfix: Fix Split Input hotkeys not being available when input is hidden (#3362)
|
- Bugfix: Fix Split Input hotkeys not being available when input is hidden (#3362)
|
||||||
- Bugfix: Fixed colored usernames sometimes not working. (#3170)
|
- Bugfix: Fixed colored usernames sometimes not working. (#3170)
|
||||||
- Bugfix: Restored ability to send duplicate `/me` messages. (#3166)
|
- Bugfix: Restored ability to send duplicate `/me` messages. (#3166)
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -137,7 +137,7 @@ void Emojis::load()
|
||||||
|
|
||||||
void Emojis::loadEmojis()
|
void Emojis::loadEmojis()
|
||||||
{
|
{
|
||||||
// Current version: https://github.com/iamcal/emoji-data/blob/v7.0.2/emoji.json (Emoji version 13.1 (2021))
|
// Current version: https://github.com/iamcal/emoji-data/blob/v14.0.0/emoji.json (Emoji version 14.0 (2022))
|
||||||
QFile file(":/emoji.json");
|
QFile file(":/emoji.json");
|
||||||
file.open(QFile::ReadOnly);
|
file.open(QFile::ReadOnly);
|
||||||
QTextStream s1(&file);
|
QTextStream s1(&file);
|
||||||
|
|
Loading…
Reference in a new issue