Hide sip address of participants in ICS if only username are shown.

This commit is contained in:
Julien Wadel 2023-08-28 14:10:10 +02:00
parent 19b8f0c63f
commit 9b66bd1d72

View file

@ -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
}
}
}