diff --git a/src/app/mainview/components/ConversationErrorsRow.qml b/src/app/mainview/components/ConversationErrorsRow.qml index 3f3145d3..5e070c9b 100644 --- a/src/app/mainview/components/ConversationErrorsRow.qml +++ b/src/app/mainview/components/ConversationErrorsRow.qml @@ -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])