summaryrefslogtreecommitdiff
path: root/indra/newview/llsidepanelinventory.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-06-29 23:53:22 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-06-29 23:54:27 +0300
commitf149b87fcc152a7e6232d1a2eb81bb2ac72697da (patch)
tree34dbbfa39dcf58ae7815f20e94dbed82617ba2e1 /indra/newview/llsidepanelinventory.cpp
parentfb62ef12102186c9854d4f28c68e49be74d09ba6 (diff)
SL-19929 New inventory feature notification
Diffstat (limited to 'indra/newview/llsidepanelinventory.cpp')
-rw-r--r--indra/newview/llsidepanelinventory.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llsidepanelinventory.cpp b/indra/newview/llsidepanelinventory.cpp
index 5eb853f44c..dde260eb7f 100644
--- a/indra/newview/llsidepanelinventory.cpp
+++ b/indra/newview/llsidepanelinventory.cpp
@@ -400,6 +400,8 @@ void LLSidepanelInventory::onOpen(const LLSD& key)
gSavedPerAccountSettings.setU32("LastInventoryInboxActivity", time_corrected());
}
#endif
+
+ gAgent.showLatestFeatureNotification();
}
void LLSidepanelInventory::performActionOnSelection(const std::string &action)