Fix issue with persistent notifications. open_notifications.xml was accumulating inaccessible notifications. Added MaxPersistentNotifications to cap notifications. Notifications new stored per account per grid. Startup should be faster too.
This commit is contained in:
@@ -553,6 +553,7 @@ BOOL LLNotifyBox::tick()
|
||||
{
|
||||
if (mIsTip)
|
||||
{
|
||||
LLNotifications::instance().cancel(mNotification);
|
||||
close();
|
||||
}
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user