1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2024-10-28 08:49:35 +01:00

call_notifications: fix editable state of call notifications

Text message notificaitons sent regarding the status of a call
(i.e. busy, call lasted xx:yy mins, etc) were editable due to being
a TextEdit and not a Text

Change-Id: I9ded20a9b4dbdbaee034b0de6ae42e1eca2c02a0
This commit is contained in:
Andreas Hatziiliou 2024-10-10 15:06:43 -04:00
parent 1d0fa772e2
commit 6b9cb684ec

View file

@ -113,7 +113,7 @@ SBSMessageBase {
}
TextEdit {
Text {
id: callLabel
objectName: "callLabel"