From 23cc4be5bc02328fe73ccbd67493dd71ef2e2b8f Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Wed, 4 Feb 2026 11:34:38 +0100 Subject: Add accounts and login pages --- ChatView.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChatView.qml') diff --git a/ChatView.qml b/ChatView.qml index 3c5706a..f06d4f7 100644 --- a/ChatView.qml +++ b/ChatView.qml @@ -28,6 +28,11 @@ Page wrapMode: TextArea.Wrap Layout.fillWidth: true placeholderText: qsTr("Compose message") + + Component.onCompleted: + { + textarea.forceActiveFocus() + } } Button -- cgit v1.2.3