EXP-919 FIX 2 -- Toggling InventoryDisplayInbox value to True in Viewer on Agni creates Inbox and Outbox system folders
* Fixed the "start_in" folder tag to no longer create folders it is trying to track that do not exist.master
parent
8737446eb7
commit
21cc9a2868
|
|
@ -497,7 +497,7 @@ void LLInventoryPanel::initializeViews()
|
|||
}
|
||||
else
|
||||
{
|
||||
mStartFolderID = (preferred_type != LLFolderType::FT_NONE ? gInventory.findCategoryUUIDForType(preferred_type) : LLUUID::null);
|
||||
mStartFolderID = (preferred_type != LLFolderType::FT_NONE ? gInventory.findCategoryUUIDForType(preferred_type, false, false) : LLUUID::null);
|
||||
}
|
||||
rebuildViewsFor(mStartFolderID);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue