diff options
author | Rider Linden <rider@lindenlab.com> | 2018-08-27 16:33:40 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-08-27 16:33:40 -0700 |
commit | 33597dcd7e89d9e1cf0a139c4578f8bb2c3cfecb (patch) | |
tree | ee688300d45d5096eb506ac7880f0dae42f9c41f /indra/newview/llinventorymodel.cpp | |
parent | edda833a3597156038377d8267e8a19de0948499 (diff) |
Ensure that settings folder is created at startup.
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
-rw-r--r-- | indra/newview/llinventorymodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index cef6528724..9c50866dc1 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -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 |