STORM-1951: Only toast when we should, honor show_toast notification param
parent
6060e5e46a
commit
cc18896faf
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue