STORM-1951: Only toast when we should, honor show_toast notification param

master
Cinders 2013-07-15 14:24:29 -06:00
parent 6060e5e46a
commit cc18896faf
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ bool LLScriptHandler::processNotification(const LLNotificationPtr& notification)
{
LLScriptFloaterManager::getInstance()->onAddNotification(notification->getID());
}
else
else if (notification->canShowToast())
{
LLToastPanel* notify_box = LLToastPanel::buidPanelFromNotification(notification);