diff --git a/resources/qml/MessageInput.qml b/resources/qml/MessageInput.qml index ab37a3a8..6848f85c 100644 --- a/resources/qml/MessageInput.qml +++ b/resources/qml/MessageInput.qml @@ -223,7 +223,7 @@ Rectangle { return; } } - if (!Qt.inputMethod.visible) { + if (!Qt.inputMethod.visible || Qt.platform.os === "windows") { room.input.send(); event.accepted = true; }