mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-19 06:39:04 +02:00
Set username annotation more reliably.
This commit is contained in:
parent
24689224ce
commit
8ddcff6070
1 changed files with 2 additions and 0 deletions
|
@ -6176,6 +6176,8 @@ void Application::updateWindowTitle() const {
|
|||
QString connectionStatus = nodeList->getDomainHandler().isConnected() ? "" : " (NOT CONNECTED)";
|
||||
QString username = accountManager->getAccountInfo().getUsername();
|
||||
|
||||
setCrashAnnotation("username", username.toStdString());
|
||||
|
||||
QString currentPlaceName;
|
||||
if (isServerlessMode()) {
|
||||
currentPlaceName = "serverless: " + DependencyManager::get<AddressManager>()->getDomainURL().toString();
|
||||
|
|
Loading…
Reference in a new issue