Fix sending attachments/files

This commit lets attachments be sent by themselves and prevents
a crash when a text message is sent with an attachment
This commit is contained in:
Arnav Rawat
2021-01-24 20:38:40 +00:00
committed by Carl Schwan
parent fde637b1df
commit f67f319854

View File

@@ -548,7 +548,7 @@ ToolBar {
icon.name: "document-send"
icon.color: "transparent"
enabled: inputField.length > 0
enabled: inputField.length > 0 || hasAttachment
onClicked: {
inputField.postMessage()