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:
Shyotl
2020-05-09 04:50:01 -05:00
parent 3c3d8c2400
commit 61f90c665a
5 changed files with 99 additions and 42 deletions

View File

@@ -553,6 +553,7 @@ BOOL LLNotifyBox::tick()
{
if (mIsTip)
{
LLNotifications::instance().cancel(mNotification);
close();
}
return FALSE;