Disable "Send message" button when there's no message to send

This commit is contained in:
Nate Graham
2021-01-08 14:42:21 -07:00
parent cb57a1ec06
commit af7003e680

View File

@@ -543,6 +543,8 @@ ToolBar {
icon.name: "document-send"
icon.color: "transparent"
enabled: inputField.length > 0
onClicked: {
inputField.postMessage()
inputField.text = ""