mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +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 (!insideTag && utils::codepointIsEmoji(code)) {
|
||||||
if (!insideFontBlock) {
|
if (!insideFontBlock) {
|
||||||
fmtBody += QStringLiteral("<font face=\"") % UserSettings::instance()->emojiFont() %
|
fmtBody += QStringLiteral("<font face=\"") % UserSettings::instance()->emojiFont() %
|
||||||
QStringLiteral("\">");
|
QStringLiteral("\" size=\"4\">");
|
||||||
insideFontBlock = true;
|
insideFontBlock = true;
|
||||||
} else if (code == 0xfe0f) {
|
} else if (code == 0xfe0f) {
|
||||||
// BUG(Nico):
|
// BUG(Nico):
|
||||||
|
|
Loading…
Reference in a new issue