mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fixes #1412
This commit is contained in:
parent
de423571eb
commit
dc7cd7c027
|
@ -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"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user