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:
parent
72288798c9
commit
fd182cd433
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue