viewer#1916 Updated default Chat Window behavior

master
Andrey Kleshchev 2024-07-04 16:37:07 +03:00 committed by Andrey Kleshchev
parent 9ddf64c651
commit 77a8bd878b
2 changed files with 6 additions and 2 deletions

View File

@ -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();

View File

@ -14,7 +14,7 @@
reuse_instance="true"
title="CONVERSATIONS"
bottom="-50"
right="-5"
left="5"
width="450"
min_width="38">
<string