diff --git a/imports/NeoChat/Component/ChatTextInput.qml b/imports/NeoChat/Component/ChatTextInput.qml index 9ecfa89ea..c45c1fbe1 100644 --- a/imports/NeoChat/Component/ChatTextInput.qml +++ b/imports/NeoChat/Component/ChatTextInput.qml @@ -338,6 +338,7 @@ ToolBar { leftPadding: Kirigami.Units.smallSpacing selectByMouse: true verticalAlignment: TextEdit.AlignVCenter + enabled: room.canSendEvent("m.room.message") text: currentRoom != null ? currentRoom.cachedInput : ""