Bring chat focus behaviour closer to Phoenix by default, and an option
This commit is contained in:
@@ -766,7 +766,10 @@ LLUUID LLIMMgr::addSession(
|
||||
floater->open();
|
||||
}
|
||||
//mTabContainer->selectTabPanel(panel);
|
||||
floater->setInputFocus(TRUE);
|
||||
if(gSavedSettings.getBOOL("PhoenixIMAnnounceStealFocus"))
|
||||
{
|
||||
floater->setInputFocus(TRUE);
|
||||
}
|
||||
return floater->getSessionID();
|
||||
}
|
||||
|
||||
@@ -816,7 +819,10 @@ LLUUID LLIMMgr::addSession(
|
||||
floater->open();
|
||||
}
|
||||
//mTabContainer->selectTabPanel(panel);
|
||||
floater->setInputFocus(TRUE);
|
||||
if(gSavedSettings.getBOOL("PhoenixIMAnnounceStealFocus"))
|
||||
{
|
||||
floater->setInputFocus(TRUE);
|
||||
}
|
||||
return floater->getSessionID();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user