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

misc: remove unused onFilesToSendCountChanged slot

Change-Id: If0f4c70e4ebec83af1b99da35a8c2d428a2d68c7
This commit is contained in:
Ming Rui Zhang 2021-07-13 11:35:25 -04:00
parent 50490dea9b
commit 29b51b5a2a

View file

@ -209,13 +209,6 @@ Rectangle {
Layout.maximumWidth: JamiTheme.messageWebViewFooterContentMaximumWidth
Layout.preferredHeight: filesToSendCount ?
JamiTheme.messageWebViewFooterFileContainerPreferredHeight : 0
onFilesToSendCountChanged: {
if (filesToSendCount !== 0)
messageBar.showSendMessageButton()
else if (!messageBar.text)
messageBar.hideSendMessageButton()
}
}
}
}