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 10071cc6eb
commit be85cb4669

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