diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-10-06 21:06:27 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-10-06 21:07:26 +0300 |
commit | 81e68e78a13797508d13cf391fb9befcc06c1cdb (patch) | |
tree | e1a345752c46f1cde133554e5368c32b14c8a993 | |
parent | 9a107192504a75b8d3ee61dfeca02f4f4031699d (diff) |
SL-16120 Links are not shown in Inventory's 'Recent' tab
Revert "SL-13459 Don't show links in Inventory's 'Recent' tab"
This reverts commit 7e3a65caec818322803a8fb082578c91f3f6150d.
-rw-r--r-- | indra/newview/llpanelmaininventory.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp index e9c9c451a2..8027e15b70 100644 --- a/indra/newview/llpanelmaininventory.cpp +++ b/indra/newview/llpanelmaininventory.cpp @@ -166,7 +166,6 @@ BOOL LLPanelMainInventory::postBuild() recent_items_panel->setSinceLogoff(TRUE); recent_items_panel->setSortOrder(LLInventoryFilter::SO_DATE); recent_items_panel->setShowFolderState(LLInventoryFilter::SHOW_NON_EMPTY_FOLDERS); - recent_items_panel->setFilterLinks(LLInventoryFilter::FILTERLINK_EXCLUDE_LINKS); LLInventoryFilter& recent_filter = recent_items_panel->getFilter(); recent_filter.setFilterObjectTypes(recent_filter.getFilterObjectTypes() & ~(0x1 << LLInventoryType::IT_CATEGORY)); recent_filter.setEmptyLookupMessage("InventoryNoMatchingRecentItems"); |