diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-05-25 16:51:45 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-05-25 16:51:45 +0300 |
commit | 561cee12d8d3c456d71efae3b711dbf5115c66f5 (patch) | |
tree | 5c0bd6801165b3a692b240502211906bb0ee0157 /indra/newview/llnotificationscripthandler.cpp | |
parent | 7021f95b5b09951d834cfb757b3b842313f27d49 (diff) |
MAINT-2585 Make permission request notifications permanent until action taken
Diffstat (limited to 'indra/newview/llnotificationscripthandler.cpp')
-rw-r--r-- | indra/newview/llnotificationscripthandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llnotificationscripthandler.cpp b/indra/newview/llnotificationscripthandler.cpp index 7acb2f9e90..fef0631fa6 100644 --- a/indra/newview/llnotificationscripthandler.cpp +++ b/indra/newview/llnotificationscripthandler.cpp @@ -77,6 +77,7 @@ void LLScriptHandler::addToastWithNotification(const LLNotificationPtr& notifica p.notification = notification; p.panel = notify_box; p.on_delete_toast = boost::bind(&LLScriptHandler::onDeleteToast, this, _1); + p.can_fade = notification->canFadeToast(); if(gAgent.isDoNotDisturb()) { p.force_show = notification->getName() == "SystemMessage" |