aboutsummaryrefslogtreecommitdiff
path: root/qml/Message.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/Message.qml')
-rw-r--r--qml/Message.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/Message.qml b/qml/Message.qml
index 7e12996..2c67cff 100644
--- a/qml/Message.qml
+++ b/qml/Message.qml
@@ -132,7 +132,7 @@ RowLayout {
spacing: Kirigami.Units.smallSpacing
Rectangle {
width: Kirigami.Units.smallSpacing
- color: quoteFrom ? quoteFrom.color : "black"
+ color: messageObject.quoteFrom ? messageObject.quoteFrom.color : "black"
Layout.fillHeight: true
}
TextEdit {