Feature Request: Add an option to show the grid name in title
LiruGridInTitle is the debug
This commit is contained in:
@@ -1551,6 +1551,7 @@ bool idle_startup()
|
||||
{
|
||||
name += " " + lastname;
|
||||
}
|
||||
if (gSavedSettings.getBOOL("LiruGridInTitle")) gWindowTitle += "- " + gHippoGridManager->getCurrentGrid()->getGridName() + " ";
|
||||
gViewerWindow->getWindow()->setTitle(gWindowTitle += "- " + name);
|
||||
// Pass the user information to the voice chat server interface.
|
||||
LLVoiceClient::getInstance()->userAuthorized(name, gAgentID);
|
||||
|
||||
Reference in New Issue
Block a user