Feature Request: Add an option to show the grid name in title
LiruGridInTitle is the debug
This commit is contained in:
@@ -674,6 +674,19 @@
|
||||
<key>Value</key>
|
||||
<integer>0</integer>
|
||||
</map>
|
||||
<key>LiruGridInTitle</key>
|
||||
<map>
|
||||
<key>Comment</key>
|
||||
<string>Show grid name in the viewer window title (takes effect upon next login)</string>
|
||||
<key>Persist</key>
|
||||
<integer>1</integer>
|
||||
<key>Type</key>
|
||||
<string>Boolean</string>
|
||||
<key>Value</key>
|
||||
<boolean>0</boolean>
|
||||
<key>IsCOA</key>
|
||||
<integer>1</integer>
|
||||
</map>
|
||||
<key>LiruGroupNoticeTimes</key>
|
||||
<map>
|
||||
<key>Comment</key>
|
||||
|
||||
@@ -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