MAINT-7340 FIXED Incoming IMs steal focus if "Open conversation window" setting is enabled
parent
f9556f2e73
commit
a48da20140
|
|
@ -269,8 +269,11 @@ void notify_of_message(const LLSD& msg, bool is_dnd_msg)
|
|||
{
|
||||
if(!gAgent.isDoNotDisturb())
|
||||
{
|
||||
// Open conversations floater
|
||||
LLFloaterReg::showInstance("im_container");
|
||||
if(!LLAppViewer::instance()->quitRequested() && !LLFloater::isVisible(im_box))
|
||||
{
|
||||
// Open conversations floater
|
||||
LLFloaterReg::showInstance("im_container");
|
||||
}
|
||||
im_box->collapseMessagesPane(false);
|
||||
if (session_floater)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue