viewer#1916 Updated default Chat Window behavior
parent
9ddf64c651
commit
77a8bd878b
|
|
@ -1508,7 +1508,11 @@ bool idle_startup()
|
|||
|
||||
// create a container's instance for start a controlling conversation windows
|
||||
// by the voice's events
|
||||
LLFloaterIMContainer::getInstance();
|
||||
LLFloaterIMContainer *im_inst = LLFloaterIMContainer::getInstance();
|
||||
if(gAgent.isFirstLogin())
|
||||
{
|
||||
im_inst->openFloater(im_inst->getKey());
|
||||
}
|
||||
if (gSavedSettings.getS32("ParcelMediaAutoPlayEnable") == 2)
|
||||
{
|
||||
LLViewerParcelAskPlay::getInstance()->loadSettings();
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
reuse_instance="true"
|
||||
title="CONVERSATIONS"
|
||||
bottom="-50"
|
||||
right="-5"
|
||||
left="5"
|
||||
width="450"
|
||||
min_width="38">
|
||||
<string
|
||||
|
|
|
|||
Loading…
Reference in New Issue