diff --git a/imports/Spectral/Component/Timeline/MessageDelegate.qml b/imports/Spectral/Component/Timeline/MessageDelegate.qml index e48f2c7..8671a61 100644 --- a/imports/Spectral/Component/Timeline/MessageDelegate.qml +++ b/imports/Spectral/Component/Timeline/MessageDelegate.qml @@ -162,7 +162,7 @@ ColumnLayout { Layout.fillWidth: true color: !sentByMe ? MPalette.foreground : "white" - text: "" + (replyDisplay || "") + text: "" + (replyDisplay || "") wrapMode: Label.Wrap textFormat: Label.RichText @@ -191,7 +191,7 @@ ColumnLayout { id: contentLabel - text: "" + display + text: "" + display color: darkBackground ? "white" : MPalette.foreground