aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qml/ChatlistPage.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qml/ChatlistPage.qml b/qml/ChatlistPage.qml
index d998688..0f13ab0 100644
--- a/qml/ChatlistPage.qml
+++ b/qml/ChatlistPage.qml
@@ -110,6 +110,7 @@ Kirigami.Page {
source: model.avatarSource
name: model.chatName
implicitWidth: height
+ color: chatlistPage.context.getChat(model.chatId).getColor()
}
trailing: Label {