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:
parent
50490dea9b
commit
29b51b5a2a
1 changed files with 0 additions and 7 deletions
|
@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue