diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp index d6d367278450e2fa7390272d5ffb8c8abdf2ce72..a3df6a3ced803cea339aa7df02542c3f5b4a0265 100644 --- a/indra/llui/llnotifications.cpp +++ b/indra/llui/llnotifications.cpp @@ -357,7 +357,7 @@ LLControlVariablePtr LLNotificationForm::getIgnoreSetting() bool LLNotificationForm::getIgnored() { - bool show = false; + bool show = true; if (mIgnore != LLNotificationForm::IGNORE_NO && mIgnoreSetting) {