feat: apply tabular number formatting to timestamp (#6062)

This commit is contained in:
pajlada
2025-03-12 15:02:06 +01:00
committed by GitHub
parent 59e93d41d3
commit eff4e34ec6
147 changed files with 187 additions and 165 deletions
+1 -1
View File
@@ -1026,7 +1026,7 @@ TextElement *TimestampElement::formatTime(const QTime &time)
QString format = locale.toString(time, getSettings()->timestampFormat);
return new TextElement(format, MessageElementFlag::Timestamp,
MessageColor::System, FontStyle::ChatMedium);
MessageColor::System, FontStyle::TimestampMedium);
}
QJsonObject TimestampElement::toJson() const