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())
|
if (msg.isEmpty())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
msgEdit->setLastMessage(msg);
|
||||||
msgEdit->clear();
|
msgEdit->clear();
|
||||||
|
|
||||||
if (msg.startsWith("/me "))
|
if (msg.startsWith("/me "))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user