mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
solves issue 1309
This commit is contained in:
parent
bd12381bea
commit
38f5c4f2dc
|
@ -98,6 +98,7 @@ void GroupChatForm::onSendTriggered()
|
|||
if (msg.isEmpty())
|
||||
return;
|
||||
|
||||
msgEdit->setLastMessage(msg);
|
||||
msgEdit->clear();
|
||||
|
||||
if (msg.startsWith("/me "))
|
||||
|
|
Loading…
Reference in New Issue
Block a user