From 5f43d03b050ce303853f22cee6e1a23f9e1b1ffc Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Tue, 3 Feb 2026 23:05:53 +0100 Subject: xxcc.cpp: Focus chat input --- xxcc.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'xxcc.cpp') diff --git a/xxcc.cpp b/xxcc.cpp index 760fd12..2585608 100644 --- a/xxcc.cpp +++ b/xxcc.cpp @@ -114,6 +114,7 @@ xxcc::xxcc(QWidget *const parent) : ui.sw->setCurrentIndex(Tab::Chat); ui.jid->setText(conv->to); ui.messages->scrollToBottom(); + ui.chatinput->setFocus(); }); connect(ui.messages->model(), &QAbstractItemModel::rowsInserted, -- cgit v1.2.3