summaryrefslogtreecommitdiff
path: root/ChatView.qml
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2026-02-04 11:34:38 +0100
committerXavier Del Campo Romero <xavi92@disroot.org>2026-02-04 15:24:48 +0100
commit23cc4be5bc02328fe73ccbd67493dd71ef2e2b8f (patch)
treeb9e1a7a416f004d96671c0abf597524946b9dda3 /ChatView.qml
parent3b9973552ec613b37fb511f3a0ae24dacb1e4366 (diff)
downloadyachat6-23cc4be5bc02328fe73ccbd67493dd71ef2e2b8f.tar.gz
Add accounts and login pages
Diffstat (limited to 'ChatView.qml')
-rw-r--r--ChatView.qml5
1 files changed, 5 insertions, 0 deletions
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