1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
kushagra 2015-03-18 12:07:37 +05:30
parent de423571eb
commit dc7cd7c027

View File

@ -257,6 +257,9 @@ void Core::start()
} }
else // new ID else // new ID
{ {
QString id = getSelfId().toString();
if (!id.isEmpty())
emit idSet(id);
setStatusMessage(tr("Toxing on qTox")); // this also solves the not updating issue setStatusMessage(tr("Toxing on qTox")); // this also solves the not updating issue
setUsername(tr("qTox User")); setUsername(tr("qTox User"));
} }