diff --git a/linphone-app/ui/modules/Linphone/Chat/ChatCalendarMessage.qml b/linphone-app/ui/modules/Linphone/Chat/ChatCalendarMessage.qml index 2f183f0d3..90ccffb31 100644 --- a/linphone-app/ui/modules/Linphone/Chat/ChatCalendarMessage.qml +++ b/linphone-app/ui/modules/Linphone/Chat/ChatCalendarMessage.qml @@ -237,6 +237,7 @@ Loader{ color: ChatCalendarMessageStyle.participants.colorModel.color font.pointSize: ChatCalendarMessageStyle.participants.pointSize elide: Text.ElideRight + visible: SettingsModel.sipDisplayMode != UtilsCpp.SIP_DISPLAY_USERNAME } } }