summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utils.cpp b/src/Utils.cpp

index f90e5049..991fa550 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp
@@ -71,7 +71,7 @@ utils::replaceEmoji(const QString &body) if (utils::codepointIsEmoji(code)) { if (!insideFontBlock) { fmtBody += QString("<font face=\"" + - UserSettings::instance()->font() + "\">"); + UserSettings::instance()->emojiFont() + "\">"); insideFontBlock = true; }