Don't use icons as room avatars
This commit is contained in:
parent
9092ae3db8
commit
718562737c
2 changed files with 2 additions and 3 deletions
|
|
@ -66,7 +66,7 @@ TextInputWidget::TextInputWidget(QWidget *parent)
|
|||
|
||||
void TextInputWidget::onSendButtonClicked()
|
||||
{
|
||||
auto msg_text = input_->text();
|
||||
auto msg_text = input_->text().trimmed();
|
||||
|
||||
if (msg_text.isEmpty())
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue