1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-24 09:25:33 +02:00

ConversationErrorsRow: remove warning

Change-Id: Ib050db807596bf104300602cabcc4901b8cc469c
This commit is contained in:
Sébastien Blin 2022-08-19 13:18:16 -04:00
parent 72288798c9
commit fd182cd433

View file

@ -35,7 +35,7 @@ Rectangle {
target: CurrentConversation
enabled: true
onErrorsChanged: {
function onErrorsChanged() {
if (CurrentConversation.errors.length > 0) {
errorLabel.text = CurrentConversation.errors[0]
backendErrorToolTip.text = JamiStrings.backendError.arg(CurrentConversation.backendErrors[0])