Ensure that settings folder is created at startup.
parent
edda833a35
commit
33597dcd7e
|
|
@ -2604,6 +2604,7 @@ void LLInventoryModel::createCommonSystemCategories()
|
|||
gInventory.findCategoryUUIDForType(LLFolderType::FT_FAVORITE,true);
|
||||
gInventory.findCategoryUUIDForType(LLFolderType::FT_CALLINGCARD,true);
|
||||
gInventory.findCategoryUUIDForType(LLFolderType::FT_MY_OUTFITS,true);
|
||||
gInventory.findCategoryUUIDForType(LLFolderType::FT_SETTINGS, true);
|
||||
}
|
||||
|
||||
struct LLUUIDAndName
|
||||
|
|
|
|||
Loading…
Reference in New Issue