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:
@@ -548,7 +548,7 @@ ToolBar {
|
||||
icon.name: "document-send"
|
||||
icon.color: "transparent"
|
||||
|
||||
enabled: inputField.length > 0
|
||||
enabled: inputField.length > 0 || hasAttachment
|
||||
|
||||
onClicked: {
|
||||
inputField.postMessage()
|
||||
|
||||
Reference in New Issue
Block a user