Skip to content
Snippets Groups Projects
Commit e469ec50 authored by XenHat's avatar XenHat Committed by Rye Mutt
Browse files

always show Received Items folder. Fixes #48

parent da2a30e5
No related branches found
No related tags found
No related merge requests found
...@@ -318,11 +318,6 @@ void LLInventoryPanel::initFromParams(const LLInventoryPanel::Params& params) ...@@ -318,11 +318,6 @@ void LLInventoryPanel::initFromParams(const LLInventoryPanel::Params& params)
setSortOrder(gSavedSettings.getU32(DEFAULT_SORT_ORDER)); setSortOrder(gSavedSettings.getU32(DEFAULT_SORT_ORDER));
} }
// hide inbox
if (!gSavedSettings.getBOOL("InventoryOutboxMakeVisible"))
{
getFilter().setFilterCategoryTypes(getFilter().getFilterCategoryTypes() & ~(1ULL << LLFolderType::FT_INBOX));
}
// hide marketplace listing box, unless we are a marketplace panel // hide marketplace listing box, unless we are a marketplace panel
if (!gSavedSettings.getBOOL("InventoryOutboxMakeVisible") && !mParams.use_marketplace_folders) if (!gSavedSettings.getBOOL("InventoryOutboxMakeVisible") && !mParams.use_marketplace_folders)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment