1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
Kevin Flynn 2014-07-02 20:13:47 -07:00
parent fac182596b
commit 5211f37d6a

View File

@ -75,6 +75,8 @@ void AddFriendForm::onSendTriggered()
showWarning("Please fill in a valid Tox ID");
} else if (isToxId(id)) {
emit friendRequested(id, getMessage());
this->toxId.setText("");
this->message.setText("");
} else {
id = id.replace("@", "._tox.");
dns.setName(id);