mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Make emoji larger in the timeline by default
This commit is contained in:
parent
cf06ce846a
commit
0df306e68b
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ utils::replaceEmoji(const QString &body)
|
|||
if (!insideTag && utils::codepointIsEmoji(code)) {
|
||||
if (!insideFontBlock) {
|
||||
fmtBody += QStringLiteral("<font face=\"") % UserSettings::instance()->emojiFont() %
|
||||
QStringLiteral("\">");
|
||||
QStringLiteral("\" size=\"4\">");
|
||||
insideFontBlock = true;
|
||||
} else if (code == 0xfe0f) {
|
||||
// BUG(Nico):
|
||||
|
|
Loading…
Reference in a new issue